git.fiddlerwoaroof.com
Browse code

Add prepublish script

Ed Langley authored on 23/08/2019 16:33:01
Showing 1 changed files
... ...
@@ -1,4 +1,6 @@
1 1
 {
2
+  "author": "Ed L",
3
+  "license": "ISC",
2 4
   "name": "js-generic-functions",
3 5
   "version": "1.0.5",
4 6
   "description": "A CLOS-inspired implementation of generic functions",
... ...
@@ -38,8 +40,7 @@
38 40
     "/src/*.html"
39 41
   ],
40 42
   "scripts": {
41
-    "test": "jest"
42
-  },
43
-  "author": "",
44
-  "license": "ISC"
43
+    "test": "jest",
44
+    "prepublish": "babel -d dist src"
45
+  }
45 46
 }