@pnpm/git-resolver
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@pnpm/git-resolver", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Resolver for git-hosted packages", | ||
@@ -15,4 +15,4 @@ "main": "lib/index.js", | ||
"lint": "tslint -c tslint.json --project .", | ||
"tsc": "tsc", | ||
"test": "npm run lint && preview && ts-node test && mos t", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "npm run lint && preview && ts-node test --type-check && mos t", | ||
"md": "mos", | ||
@@ -41,3 +41,3 @@ "prepublishOnly": "npm run tsc", | ||
"dependencies": { | ||
"@types/node": "^8.0.53", | ||
"@types/node": "^9.3.0", | ||
"got": "^8.0.1", | ||
@@ -54,4 +54,5 @@ "graceful-git": "^1.0.1", | ||
"package-preview": "^1.0.1", | ||
"rimraf": "^2.6.2", | ||
"tape": "^4.8.0", | ||
"ts-node": "^3.3.0", | ||
"ts-node": "^4.0.0", | ||
"tslint": "^5.8.0", | ||
@@ -58,0 +59,0 @@ "typescript": "^2.6.1" |
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
17793
10
+ Added@types/node@9.6.61(transitive)
- Removed@types/node@10.17.608.10.66(transitive)
Updated@types/node@^9.3.0