@pnpm/parse-wanted-dependency
Advanced tools
Comparing version 4.1.0 to 5.0.0
{ | ||
"name": "@pnpm/parse-wanted-dependency", | ||
"description": "Parse dependency specifier", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"bugs": { | ||
@@ -16,10 +16,10 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"@types/validate-npm-package-name": "^4.0.0", | ||
"@pnpm/parse-wanted-dependency": "4.1.0" | ||
"@pnpm/parse-wanted-dependency": "5.0.0" | ||
}, | ||
"keywords": [ | ||
"pnpm7" | ||
"pnpm8" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
@@ -37,5 +37,5 @@ "repository": "https://github.com/pnpm/pnpm/blob/main/packages/parse-wanted-dependency", | ||
"test": "pnpm run compile", | ||
"lint": "eslint src/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\"", | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
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
4616