git.fiddlerwoaroof.com
Browse code

bumping version and adding buildPub script

Max Summe authored on 19/06/2017 22:13:20
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
     }
12 12
   ],
13 13
   "main": "dist/index.js",
14
-  "version": "0.2.1",
14
+  "version": "0.2.3",
15 15
   "license": "MIT",
16 16
   "dependencies": {
17 17
     "ramda": "^0.24.1",
... ...
@@ -37,7 +37,8 @@
37 37
     "watch": "babel -w src -d dist",
38 38
     "test": "react-scripts test --env=jsdom",
39 39
     "eject": "react-scripts eject",
40
-    "flow": "flow"
40
+    "flow": "flow",
41
+    "buildPub": "yarn build && npm publish"
41 42
   },
42 43
   "npmFileMap": [
43 44
     {