@pnpm/modules-yaml
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@pnpm/modules-yaml", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Reads/writes `node_modules/.modules.yaml`", | ||
@@ -14,5 +14,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"test": "pnpm run tsc && ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc", | ||
@@ -33,3 +33,3 @@ "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix" | ||
"dependencies": { | ||
"@pnpm/types": "4.0.0", | ||
"@pnpm/types": "5.0.0", | ||
"read-yaml-file": "1.1.0", | ||
@@ -41,5 +41,4 @@ "write-yaml-file": "3.0.1" | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0", | ||
"tempy": "0.3.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
3
14
5208
16082
+ Added@pnpm/types@5.0.0(transitive)
- Removed@pnpm/types@4.0.0(transitive)
Updated@pnpm/types@5.0.0