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 993fee0 commit 9e22551Copy full SHA for 9e22551
package.json
@@ -16,7 +16,6 @@
16
],
17
"pre-push": [
18
"npm run unused-deps",
19
- "npm run secure",
20
"npm run license",
21
"npm run ban -- --all",
22
"npm run size"
@@ -57,7 +56,6 @@
57
56
"prelint": "npm run pretty",
58
"pretest": "npm run lint",
59
"pretty": "prettier-eslint --write 'src/*.js'",
60
- "secure": "nsp check",
61
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
62
"test": "npm run unit",
63
"unit": "mocha src/*-spec.js",
@@ -79,7 +77,6 @@
79
77
"github-post-release": "1.13.1",
80
78
"license-checker": "25.0.1",
81
"mocha": "6.0.2",
82
- "nsp": "3.2.1",
83
"pre-git": "3.17.1",
84
"prettier-eslint-cli": "4.7.1",
85
"semantic-action": "1.1.6",
0 commit comments