We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708fa6c commit de5cc71Copy full SHA for de5cc71
.github/FUNDING.yml
@@ -0,0 +1,4 @@
1
+# These are supported funding model platforms
2
+
3
+github: niftylettuce
4
+patreon: niftylettuce
package.json
@@ -128,6 +128,7 @@
128
"lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js",
129
"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",
130
"nyc": "cross-env NODE_ENV=test nyc ava",
131
+ "prepare": "husky install",
132
"test": "npm run build && npm run lint && make test",
133
"test-http2": "npm run build && npm run lint && make test-node-http2"
134
},
0 commit comments