@pnpm/local-resolver
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@pnpm/local-resolver", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Resolver for local packages", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"tsc": "tsc", | ||
"test": "npm run lint && preview && ts-node test", | ||
"test": "npm run lint && preview && ts-node test --ts-node", | ||
"md": "mos", | ||
@@ -39,3 +39,3 @@ "prepublishOnly": "npm run tsc", | ||
"@pnpm/types": "^1.1.0", | ||
"@types/node": "^8.0.53", | ||
"@types/node": "^9.3.0", | ||
"normalize-path": "^2.1.1", | ||
@@ -52,3 +52,3 @@ "osenv": "^0.1.4", | ||
"tape": "^4.8.0", | ||
"ts-node": "^3.3.0", | ||
"ts-node": "^4.0.0", | ||
"tslint": "^5.8.0", | ||
@@ -55,0 +55,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
11295
2
+ Added@types/node@9.6.61(transitive)
+ Addedobject-inspect@1.13.2(transitive)
- Removed@types/node@8.10.66(transitive)
- Removedobject-inspect@1.13.3(transitive)
Updated@types/node@^9.3.0