Browse Source

Remove extraneous spaces in package.json

tags/v0.2.0
Dylan Baker 5 years ago
parent
commit
8b7b0fe65e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

12
   },
12
   },
13
   "scripts": {
13
   "scripts": {
14
     "build": "tsc",
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
   "keywords": [],
18
   "keywords": [],
19
   "author": "Dylan Baker <dylan@simulacrum.party>",
19
   "author": "Dylan Baker <dylan@simulacrum.party>",

Loading…
Cancel
Save