We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edef3f commit 9da12a9Copy full SHA for 9da12a9
1 file changed
packages/lpm/lpm.json
@@ -5,18 +5,15 @@
5
"dependencies": {
6
"json": { "path": "../json" },
7
"ansi": { "path": "../ansi" },
8
- "sea": { "path": "../sea" },
9
"path": { "path": "../path" },
10
"process": { "path": "../process" },
11
"clap": { "path": "../clap" },
12
"fs": { "path": "../fs" },
13
"env": { "path": "../env" },
14
- "util": { "path": "../util" },
15
"http": { "path": "../http" },
16
"semver": { "path": "../semver" },
17
"lpm-core": { "path": "../lpm-core" },
18
- "lpm-test": { "path": "../lpm-test" },
19
- "git": { "path": "../git" },
20
- "winapi": { "git": "https://github.com/codebycruz/winapi" }
+ "winapi": { "git": "https://github.com/codebycruz/winapi" },
+ "git": { "path": "../git" }
21
}
22
0 commit comments