use-plugin
Advanced tools
Comparing version 9.0.0 to 9.1.0
{ | ||
"name": "use-plugin", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "Generic plugin loader functionality for Node.js frameworks.", | ||
@@ -16,3 +16,3 @@ "main": "use.js", | ||
"repo-publish": "npm run clean && npm i && npm run repo-publish-quick", | ||
"repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --registry https://registry.npmjs.org " | ||
"repo-publish-quick": "npm run prettier && npm test && npm run repo-tag && npm publish --registry https://registry.npmjs.org " | ||
}, | ||
@@ -36,7 +36,7 @@ "repository": { | ||
"devDependencies": { | ||
"gubu": "^2.0.0", | ||
"gubu": "^2.0.1", | ||
"@hapi/code": "^8.0.7", | ||
"@hapi/lab": "^24.5.1", | ||
"@hapi/lab": "^24.6.0", | ||
"coveralls": "^3.1.1", | ||
"prettier": "^2.6.1" | ||
"prettier": "^2.6.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "files": [ |
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
24816