File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "presets" : [
3
+ " es2015"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"test" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --harmony_destructuring --harmony_spread_arrays --use_strict" ,
11
11
"test:w" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --watch --harmony_destructuring --harmony_spread_arrays --use_strict" ,
12
+ "test:babel" : " NODE_PATH=$(pwd)/test/tokens/node_modules $npm_package_scripts_test_unit --compilers js:babel-register" ,
12
13
"test:unit" : " mocha --require test/setup.js --ui tdd test/*/*.js"
13
14
},
14
15
"repository" : {
45
46
"seekout" : " ^1.0.1"
46
47
},
47
48
"devDependencies" : {
49
+ "babel-preset-es2015" : " ^6.5.0" ,
50
+ "babel-register" : " ^6.5.2" ,
48
51
"mocha" : " ^2.4.5" ,
49
52
"sinon" : " ^1.17.3"
50
53
}
You can’t perform that action at this time.
0 commit comments