mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
chore: remove unnecessary spaces (#4854)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
"preversion": "gulp version && npm test",
|
"preversion": "gulp version && npm test",
|
||||||
"version": "npm run build && git add dist && git add package.json",
|
"version": "npm run build && git add dist && git add package.json",
|
||||||
"prepublishOnly": "npm test",
|
"prepublishOnly": "npm test",
|
||||||
"postpublish": "git push && git push --tags ",
|
"postpublish": "git push && git push --tags",
|
||||||
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
||||||
"examples": "node ./examples/server.js",
|
"examples": "node ./examples/server.js",
|
||||||
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user