@pnpm/package-is-installable
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@pnpm/package-is-installable", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"author": { | ||
@@ -26,7 +26,7 @@ "name": "Zoltan Kochan", | ||
"scripts": { | ||
"start": "npm run tsc -- --watch", | ||
"test": "npm run tsc && npm run lint && ts-node test", | ||
"start": "pnpm run tsc -- --watch", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test", | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "npm run tsc" | ||
"prepublishOnly": "pnpm run tsc" | ||
}, | ||
@@ -36,11 +36,8 @@ "dependencies": { | ||
"@pnpm/types": "3.2.0", | ||
"semver": "6.0.0" | ||
"semver": "6.1.1" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/logger": "2.1.0", | ||
"@pnpm/logger": "2.1.1", | ||
"@pnpm/package-is-installable": "link:", | ||
"@pnpm/tslint-config": "0.0.0", | ||
"@types/node": "*", | ||
"@types/semver": "6.0.0", | ||
"@types/tape": "4.2.33", | ||
"rimraf": "2.6.3", | ||
@@ -47,0 +44,0 @@ "tape": "4.10.1", |
Sorry, the diff of this file is not supported yet
8
11353
+ Addedsemver@6.1.1(transitive)
- Removedsemver@6.0.0(transitive)
Updatedsemver@6.1.1