git.fiddlerwoaroof.com
Browse code

add babel step to package.json

Ed Langley authored on 27/11/2017 17:30:28
Showing 1 changed files
... ...
@@ -4,7 +4,8 @@
4 4
   "description": "",
5 5
   "main": "src/state_container.js",
6 6
   "scripts": {
7
-    "test": "jest"
7
+    "test": "jest",
8
+    "babel": "babel src/ -d dist/"
8 9
   },
9 10
   "author": "",
10 11
   "license": "ISC",