@pnpm/config
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -172,3 +172,3 @@ "use strict"; | ||
if (pnpmConfig.sharedWorkspaceShrinkwrap && !pnpmConfig.shrinkwrapDirectory) { | ||
pnpmConfig.shrinkwrapDirectory = pnpmConfig.workspacePrefix; | ||
pnpmConfig.shrinkwrapDirectory = pnpmConfig.workspacePrefix || undefined; | ||
} | ||
@@ -175,0 +175,0 @@ pnpmConfig.packageManager = packageManager; |
{ | ||
"name": "@pnpm/config", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Gets configs for pnpm", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"tsc": "rimraf lib && tsc", | ||
"lint": "tslint -c tslint.json --project .", | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test-with-preview": "npm run lint && ts-node test && mos t", | ||
@@ -35,5 +35,5 @@ "pretest": "npm config rm fetch-retry-maxtimeout", | ||
"@pnpm/types": "2.0.0", | ||
"@types/camelcase": "^4.1.0", | ||
"@types/node": "10.12.0", | ||
"@types/which": "^1.3.1", | ||
"@types/camelcase": "4.1.0", | ||
"@types/node": "10.12.5", | ||
"@types/which": "1.3.1", | ||
"@zkochan/npm-conf": "1.2.1", | ||
@@ -45,17 +45,16 @@ "camelcase": "5.0.0", | ||
"devDependencies": { | ||
"@pnpm/config": "link:.", | ||
"@types/mz": "^0.0.32", | ||
"@types/tape": "^4.2.32", | ||
"@types/tempy": "^0.2.0", | ||
"mos": "^2.0.0-alpha.3", | ||
"mos-plugin-readme": "^1.0.4", | ||
"mz": "^2.7.0", | ||
"rimraf": "^2.6.2", | ||
"tape": "^4.8.0", | ||
"tempy": "^0.2.1", | ||
"ts-node": "^6.2.0", | ||
"tslint": "^5.8.0", | ||
"tslint-config-standard": "8.0.1", | ||
"tslint-eslint-rules": "5.4.0", | ||
"typescript": "^3.0.0" | ||
"@pnpm/config": "link:", | ||
"@pnpm/tslint-config": "0.0.0", | ||
"@types/mz": "0.0.32", | ||
"@types/tape": "4.2.32", | ||
"@types/tempy": "0.2.0", | ||
"mos": "2.0.0-alpha.3", | ||
"mos-plugin-readme": "1.0.4", | ||
"mz": "2.7.0", | ||
"rimraf": "2.6.2", | ||
"tape": "4.9.1", | ||
"tempy": "0.2.1", | ||
"ts-node": "6.2.0", | ||
"tslint": "5.11.0", | ||
"typescript": "3.1.6" | ||
}, | ||
@@ -62,0 +61,0 @@ "mos": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14
22345
+ Added@types/node@10.12.5(transitive)
+ Added@types/which@1.3.1(transitive)
- Removed@types/node@10.12.0(transitive)
- Removed@types/which@1.3.2(transitive)
Updated@types/camelcase@4.1.0
Updated@types/node@10.12.5
Updated@types/which@1.3.1