浏览代码

Remove extraneous spaces in package.json

tags/v0.2.0
Dylan Baker 5 年前
父节点
当前提交
8b7b0fe65e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

@@ -12,8 +12,8 @@
12 12
   },
13 13
   "scripts": {
14 14
     "build": "tsc",
15
-    "prepare" : "npm run build",
16
-    "postversion" : "git push && git push --tags"
15
+    "prepare": "npm run build",
16
+    "postversion": "git push && git push --tags"
17 17
   },
18 18
   "keywords": [],
19 19
   "author": "Dylan Baker <dylan@simulacrum.party>",

正在加载...
取消
保存