Skip to content

Commit 7694c33

Browse files
UlisesGasconSBoudrias
authored andcommitted
Fix NSP dependency (yeoman#237)
* Fix NSP dependency - Removed NSP Dependency - Updated Npm scripts * Change `prepublish` task to `prepublishOnly` - Suggested by @silvenon at yeoman#237
1 parent d8b159b commit 7694c33

File tree

2 files changed

+2519
-677
lines changed

2 files changed

+2519
-677
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"test": "jest",
2222
"pretest": "eslint . --fix",
23-
"prepublish": "nsp check"
23+
"prepublishOnly": "yarn audit"
2424
},
2525
"engines": {
2626
"node": ">=4.0.0"
@@ -45,7 +45,6 @@
4545
"eslint-plugin-prettier": "^2.6.0",
4646
"jest": "^23.5.0",
4747
"jest-cli": "^23.5.0",
48-
"nsp": "^3.2.1",
4948
"prettier": "^1.10.2",
5049
"yeoman-assert": "^3.1.0",
5150
"yeoman-test": "^1.7.0"

0 commit comments

Comments
 (0)