We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14d09e commit fc42bb9Copy full SHA for fc42bb9
1 file changed
package.json
@@ -33,11 +33,6 @@
33
"prepublishOnly": "npm run update-readme",
34
"postpublish": "npm run restore-readme"
35
},
36
- "pre-commit": [
37
- "lint",
38
- "ci-test",
39
- "check"
40
- ],
41
"engines": {
42
"node": ">= 6"
43
@@ -63,7 +58,6 @@
63
58
"istanbul": "^0.4.5",
64
59
"obake": "^0.1.2",
65
60
"pkgfiles": "^2.3.2",
66
- "pre-commit": "^1.2.2",
67
61
"request": "~2.87.0",
68
62
"rimraf": "^2.7.1",
69
"tape": "^5.9.0"
0 commit comments