Skip to content

Commit e57f3de

Browse files
committed
chore: remove nsp
1 parent b7d2d4a commit e57f3de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"npm run ban"
1616
],
1717
"pre-push": [
18-
"npm run secure",
1918
"npm run license",
2019
"npm run ban -- --all",
2120
"npm run size"
@@ -56,7 +55,6 @@
5655
"prelint": "npm run pretty",
5756
"pretest": "npm run lint",
5857
"pretty": "prettier-standard 'src/*.js'",
59-
"secure": "nsp check",
6058
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
6159
"test": "npm run unit",
6260
"unit": "mocha src/*-spec.js",
@@ -80,7 +78,6 @@
8078
"lazy-ass": "1.6.0",
8179
"license-checker": "15.0.0",
8280
"mocha": "4.1.0",
83-
"nsp": "3.2.1",
8481
"pre-git": "3.17.1",
8582
"prettier-standard": "8.0.1",
8683
"semantic-release": "7.0.2",

0 commit comments

Comments
 (0)