@pnpm/exec
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@pnpm/exec", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Executes pnpm. If pnpm is not installed, installs it first", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"pretest": "preview", | ||
"test": "mos test && npm run lint && rimraf test/fixture/node_modules && ts-node test", | ||
"test": "mos test && npm run lint && rimraf test/fixture/node_modules && ts-node test --type-check", | ||
"prepublishOnly": "tsc" | ||
@@ -47,3 +47,3 @@ }, | ||
"tape": "^4.8.0", | ||
"ts-node": "^3.3.0", | ||
"ts-node": "^4.0.0", | ||
"tslint": "^5.8.0", | ||
@@ -62,3 +62,3 @@ "typescript": "^2.5.3" | ||
"@types/got": "^7.1.4", | ||
"@types/node": "^8.0.47", | ||
"@types/node": "^9.3.0", | ||
"command-exists": "^1.2.2", | ||
@@ -65,0 +65,0 @@ "cross-spawn": "^5.1.0", |
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
9380
+ Added@types/node@9.6.61(transitive)
- Removed@types/node@8.10.66(transitive)
Updated@types/node@^9.3.0