plug-and-play
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.5.1](https://github.com/adaltas/node-plug-and-play/compare/v2.5.0...v2.5.1) (2022-03-12) | ||
## [2.5.0](https://github.com/adaltas/node-plug-and-play/compare/v2.4.0...v2.5.0) (2022-03-12) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "plug-and-play", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"author": "David Worms <david@adaltas.com>", | ||
@@ -43,3 +43,2 @@ "bugs": { | ||
"mocha": "9.2.0", | ||
"pinst": "^2.1.6", | ||
"rollup": "^2.67.2", | ||
@@ -85,8 +84,7 @@ "should": "~13.2.3", | ||
"build": "npx rollup -c", | ||
"_postinstall": "husky install", | ||
"prepublishOnly": "pinst --disable", | ||
"postpublish": "pinst --enable", | ||
"lint": "eslint 'lib/**/*.js'", | ||
"lint:coffee": "broken, see https://github.com/helixbass/eslint-plugin-coffee/issues/77; eslint -c .eslintrc.test.json 'test/**/*.coffee'", | ||
"lint:fix": "eslint --fix 'lib/**/*.js' && eslint --fix -c .eslintrc.test.json 'test/**/*.coffee'", | ||
"prepare": "husky install", | ||
"prepublish": "git push --follow-tags origin master", | ||
"test": "mocha 'test/**/*.coffee'", | ||
@@ -93,0 +91,0 @@ "release": "standard-version", |
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
67971
13