feat(recursive): read local package configs

close #1093
This commit is contained in:
Zoltan Kochan
2018-04-15 13:47:26 +03:00
parent fed56040a8
commit d7652e8564
5 changed files with 80 additions and 3 deletions

View File

@@ -28,12 +28,14 @@
"@pnpm/server": "^0.9.0",
"@pnpm/store-path": "^1.0.3",
"@pnpm/types": "^1.5.0",
"@types/camelcase-keys": "^4.0.0",
"@types/get-port": "^3.2.0",
"@types/retry": "^0.10.2",
"@types/write-json-file": "^2.2.1",
"@zkochan/libnpx": "^9.6.1",
"byline": "^5.0.0",
"camelcase": "^4.1.0",
"camelcase-keys": "^4.2.0",
"chalk": "^2.2.0",
"common-tags": "^1.4.0",
"cross-spawn": "^6.0.3",
@@ -60,6 +62,7 @@
"pnpm-list": "^2.0.0",
"process-exists": "^3.0.0",
"ramda": "^0.25.0",
"read-ini-file": "^1.0.0",
"retry": "^0.12.0",
"signal-exit": "^3.0.2",
"strip-color": "^0.1.0",