Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 0ce6c79

Browse files
committed
chore(*): add babel npm script
1 parent 898bec7 commit 0ce6c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist.babel/index.js",
66
"scripts": {
77
"grunt": "grunt",
8-
"prepublish": "grunt"
8+
"prepublish": "grunt",
9+
"babel": "babel dist --presets es2015-node4 --out-dir dist.babel --watch"
910
},
1011
"author": "Stanislav Panferov <[email protected]> (http://panferov.me/)",
1112
"repository": {

0 commit comments

Comments
 (0)