We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b159b commit 7694c33Copy full SHA for 7694c33
package.json
@@ -20,7 +20,7 @@
20
"scripts": {
21
"test": "jest",
22
"pretest": "eslint . --fix",
23
- "prepublish": "nsp check"
+ "prepublishOnly": "yarn audit"
24
},
25
"engines": {
26
"node": ">=4.0.0"
@@ -45,7 +45,6 @@
45
"eslint-plugin-prettier": "^2.6.0",
46
"jest": "^23.5.0",
47
"jest-cli": "^23.5.0",
48
- "nsp": "^3.2.1",
49
"prettier": "^1.10.2",
50
"yeoman-assert": "^3.1.0",
51
"yeoman-test": "^1.7.0"
0 commit comments