Skip to content

Commit de5cc71

Browse files
committed
Revert "chore: fixed package husky dep issue"
This reverts commit afeb2b7.
1 parent 708fa6c commit de5cc71

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/FUNDING.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# These are supported funding model platforms
2+
3+
github: niftylettuce
4+
patreon: niftylettuce

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
"lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js",
129129
"minify": "cross-env NODE_ENV=production browserify src/node/index.js -o dist/superagent.min.js -s superagent -g [ babelify --configFile ./.dist.babelrc ] -p tinyify",
130130
"nyc": "cross-env NODE_ENV=test nyc ava",
131+
"prepare": "husky install",
131132
"test": "npm run build && npm run lint && make test",
132133
"test-http2": "npm run build && npm run lint && make test-node-http2"
133134
},

0 commit comments

Comments
 (0)