We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0085aba commit 18321c5Copy full SHA for 18321c5
package.json
@@ -126,7 +126,6 @@
126
"lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js",
127
"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",
128
"nyc": "cross-env NODE_ENV=test nyc ava",
129
- "prepare": "husky install",
130
"test": "npm run build && npm run lint && make test",
131
"test-http2": "npm run build && npm run lint && make test-node-http2"
132
},
0 commit comments