2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

chore: remove unnecessary spaces (#4854)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
WD
2022-09-15 13:25:21 +08:00
committed by GitHub
parent d57fdb6510
commit cec2287024
+1 -1
View File
@@ -28,7 +28,7 @@
"preversion": "gulp version && npm test",
"version": "npm run build && git add dist && git add package.json",
"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",
"examples": "node ./examples/server.js",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",