detect-package-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "detect-package-manager", | ||
"version": "1.0.0", | ||
"description": "Detect which package you're using (yarn or npm)", | ||
"version": "1.0.1", | ||
"description": "Detect which package manager you're using (yarn or npm)", | ||
"repository": { | ||
@@ -13,2 +13,9 @@ "url": "egoist/detect-package-manager", | ||
], | ||
"keywords": [ | ||
"npm", | ||
"yarn", | ||
"package-manager", | ||
"detect", | ||
"check" | ||
], | ||
"scripts": { | ||
@@ -15,0 +22,0 @@ "test": "npm run lint && ava", |
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
5041