File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "presets" : [
3- " es2015"
4- ]
2+ "plugins" : [
3+ " transform-flow-strip-types"
4+ ],
5+ "presets" : [
6+ " es2015" ,
7+ " stage-0"
8+ ]
59}
Original file line number Diff line number Diff line change 1+ [ignore]
2+ .*/node_modules/
3+ .*/lib/
4+
5+ [include]
6+
7+ [libs]
8+
9+ [options]
Original file line number Diff line number Diff line change 2929 "babel-cli" : " ^6.5.1" ,
3030 "babel-core" : " ^6.5.1" ,
3131 "babel-istanbul" : " ^0.6.0" ,
32+ "babel-plugin-transform-flow-strip-types" : " ^6.5.0" ,
3233 "babel-preset-es2015" : " ^6.5.0" ,
34+ "babel-preset-stage-0" : " ^6.5.0" ,
3335 "babel-register" : " ^6.5.1" ,
3436 "codecov" : " ^1.0.1" ,
3537 "cross-env" : " ^1.0.7" ,
3638 "deep-diff" : " ^0.3.3" ,
39+ "flow-bin" : " ^0.22.0" ,
3740 "gaze" : " ^0.5.2" ,
3841 "jasmine" : " ^2.3.2" ,
3942 "mongodb-runner" : " ^3.1.15" ,
You can’t perform that action at this time.
0 commit comments