Skip to content

Commit 9da12a9

Browse files
committed
chore(lpm): remove dependencies not directly used
1 parent 6edef3f commit 9da12a9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

packages/lpm/lpm.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
"dependencies": {
66
"json": { "path": "../json" },
77
"ansi": { "path": "../ansi" },
8-
"sea": { "path": "../sea" },
98
"path": { "path": "../path" },
109
"process": { "path": "../process" },
1110
"clap": { "path": "../clap" },
1211
"fs": { "path": "../fs" },
1312
"env": { "path": "../env" },
14-
"util": { "path": "../util" },
1513
"http": { "path": "../http" },
1614
"semver": { "path": "../semver" },
1715
"lpm-core": { "path": "../lpm-core" },
18-
"lpm-test": { "path": "../lpm-test" },
19-
"git": { "path": "../git" },
20-
"winapi": { "git": "https://github.com/codebycruz/winapi" }
16+
"winapi": { "git": "https://github.com/codebycruz/winapi" },
17+
"git": { "path": "../git" }
2118
}
2219
}

0 commit comments

Comments
 (0)