From cec2287024166bef54f9252a0266fef2e1257bad Mon Sep 17 00:00:00 2001 From: WD Date: Thu, 15 Sep 2022 13:25:21 +0800 Subject: [PATCH] chore: remove unnecessary spaces (#4854) Co-authored-by: Jay --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e21ab3d..83a9341 100644 --- a/package.json +++ b/package.json @@ -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",