Skip to content

Commit 7dbe015

Browse files
committedFeb 16, 2021
fix: remove some extras from package.json
1 parent 55c6439 commit 7dbe015

File tree

2 files changed

+101
-3326
lines changed

2 files changed

+101
-3326
lines changed
 

‎package-lock.json

+99-3,310
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-16
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,7 @@
77
"lint": "eslint .",
88
"test:mocha": "mocha test/**/*.js",
99
"test": "nyc npm run test:mocha",
10-
"posttest": "npm run lint",
11-
"snyk-protect": "snyk protect",
12-
"prepare": "npm run snyk-protect",
13-
"postinstall": "husky install",
14-
"prepublishOnly": "pinst --disable",
15-
"postpublish": "pinst --enable"
16-
},
17-
"husky": {
18-
"hooks": {
19-
"pre-commit": "npm run lint",
20-
"pre-push": "npm run test"
21-
}
10+
"posttest": "npm run lint"
2211
},
2312
"engines": {
2413
"node": ">=10.0.0",
@@ -54,7 +43,6 @@
5443
"nconf": "^0.11.0",
5544
"percentile": "^1.4.0",
5645
"semver": "^5.7.1",
57-
"snyk": "^1.455.0",
5846
"uuid": "^3.4.0",
5947
"wait-port": "^0.2.9",
6048
"winston": "^3.3.3"
@@ -65,11 +53,9 @@
6553
"eslint-config-godaddy": "^4.0.1",
6654
"eslint-plugin-json": "^2.1.2",
6755
"eslint-plugin-mocha": "^8.0.0",
68-
"husky": "^5.0.9",
6956
"mocha": "^8.2.1",
7057
"nyc": "^15.1.0",
7158
"pinst": "^2.1.4",
7259
"supertest": "^6.1.3"
73-
},
74-
"snyk": true
60+
}
7561
}

0 commit comments

Comments
 (0)
Please sign in to comment.