We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a25d6 commit 3a488aaCopy full SHA for 3a488aa
package.json
@@ -27,7 +27,6 @@
27
"vendor:node": "rimraf vendor-node && mkdirp vendor-node && babel node_modules/axios/lib/ --out-dir vendor-node/",
28
"vendor:browser": "rimraf vendor-browser && mkdirp vendor-browser && babel node_modules/axios/dist/axios.js --out-file vendor-browser/axios.js",
29
"browser-coverage": "npm run test:cover && opener coverage/lcov-report/index.html",
30
- "postinstall": "npm run vendor:node && npm run vendor:browser",
31
"prepublish": "in-publish && npm run build || not-in-publish",
32
"postpublish": "npm run docs:publish && npm run clean",
33
"pretest": "standard lib/*.js && standard lib/**/*.js",
0 commit comments