File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7
7
"node" : " >=0.12"
8
8
},
9
9
"scripts" : {
10
+ "build" : " babel lib --out-dir lib && babel preset.js --out-file preset.js" ,
10
11
"test" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --harmony_destructuring --harmony_spread_arrays --use_strict" ,
11
12
"test:w" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --harmony_destructuring --harmony_spread_arrays --use_strict" ,
12
13
"test:babel" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register" ,
46
47
"seekout" : " ^1.0.1"
47
48
},
48
49
"devDependencies" : {
50
+ "babel-cli" : " ^6.5.1" ,
49
51
"babel-preset-es2015" : " ^6.5.0" ,
50
52
"babel-register" : " ^6.5.2" ,
51
53
"mocha" : " ^2.4.5" ,
You can’t perform that action at this time.
0 commit comments