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 b7d2d4a commit e57f3deCopy full SHA for e57f3de
package.json
@@ -15,7 +15,6 @@
15
"npm run ban"
16
],
17
"pre-push": [
18
- "npm run secure",
19
"npm run license",
20
"npm run ban -- --all",
21
"npm run size"
@@ -56,7 +55,6 @@
56
55
"prelint": "npm run pretty",
57
"pretest": "npm run lint",
58
"pretty": "prettier-standard 'src/*.js'",
59
- "secure": "nsp check",
60
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
61
"test": "npm run unit",
62
"unit": "mocha src/*-spec.js",
@@ -80,7 +78,6 @@
80
78
"lazy-ass": "1.6.0",
81
79
"license-checker": "15.0.0",
82
"mocha": "4.1.0",
83
- "nsp": "3.2.1",
84
"pre-git": "3.17.1",
85
"prettier-standard": "8.0.1",
86
"semantic-release": "7.0.2",
0 commit comments