File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- {
2- "stage" : 0 ,
3- "loose" : " all"
4- }
1+ { "presets" : [" es2015" , " stage-0" ] }
Original file line number Diff line number Diff line change 11BIN =node_modules/.bin
22
3- MOCHA_ARGS = --compilers js:babel/ register \
3+ MOCHA_ARGS = --compilers js:babel- register \
44 --recursive \
55 --require src/__tests__/init.js \
66 src/**/*-test.js
Original file line number Diff line number Diff line change 2828 },
2929 "license" : " MIT" ,
3030 "devDependencies" : {
31- "babel" : " ^5.6.14" ,
32- "babel-core" : " ^5.6.15" ,
31+ "babel-cli" : " ^6.7.7" ,
32+ "babel-core" : " ^6.7.7" ,
33+ "babel-preset-es2015" : " ^6.6.0" ,
34+ "babel-preset-stage-0" : " ^6.5.0" ,
35+ "babel-register" : " ^6.7.2" ,
3336 "chai" : " ^3.0.0" ,
3437 "eslint" : " ^2.8.0" ,
3538 "eslint-config-airbnb-base" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments