2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Fixing issues with bundle sizes

This commit is contained in:
Jay
2022-04-26 14:23:05 +02:00
parent bcb166e6e8
commit 1d82af1a50
7 changed files with 2041 additions and 4165 deletions
+1 -5
View File
@@ -7,10 +7,7 @@
"scripts": {
"test": "grunt test && dtslint",
"start": "node ./sandbox/server.js",
"build": "cross-env NODE_ENV=production grunt build",
"preversion": "grunt version && npm test",
"version": "npm run build && git add -A dist && git add CHANGELOG.md bower.json package.json",
"postversion": "git push && git push --tags",
"build": "grunt version && npm test & NODE_ENV=production grunt build",
"examples": "node ./examples/server.js",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"fix": "eslint --fix lib/**/*.js"
@@ -35,7 +32,6 @@
"devDependencies": {
"abortcontroller-polyfill": "^1.7.3",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"dtslint": "^4.2.1",
"es6-promise": "^4.2.8",
"formidable": "^2.0.1",