File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [" node5 " ],
2
+ "presets" : [" es2015 " ],
3
3
"plugins" : [
4
- " typecheck" ,
5
- " syntax-flow" ,
6
- " transform-flow-strip-types" ,
7
- " add-module-exports"
4
+ " add-module-exports" ,
5
+ " transform-es2015-modules-commonjs"
8
6
]
9
7
}
Original file line number Diff line number Diff line change 13
13
"test" : " node test/index.js"
14
14
},
15
15
"engines" : {
16
- "node" : " >=5 .0.0"
16
+ "node" : " >=4 .0.0"
17
17
},
18
18
"dependencies" : {
19
19
"bluebird" : " ^3.3.4" ,
25
25
},
26
26
"devDependencies" : {
27
27
"babel" : " ^6.5.2" ,
28
- "babel-core" : " ^6.7.4" ,
28
+ "babel-cli" : " ^6.7.5" ,
29
+ "babel-core" : " ^6.7.7" ,
29
30
"babel-plugin-add-module-exports" : " ^0.1.2" ,
30
- "babel-plugin-syntax-flow" : " ^6.5.0" ,
31
- "babel-plugin-transform-flow-strip-types" : " ^6.7.0" ,
32
- "babel-plugin-typecheck" : " ^3.8.0" ,
33
- "babel-preset-node5" : " ^11.0.0" ,
31
+ "babel-plugin-transform-es2015-modules-commonjs" : " ^6.7.7" ,
32
+ "babel-preset-es2015" : " ^6.6.0" ,
34
33
"chai" : " ^3.5.0" ,
35
34
"chai-as-promised" : " ^5.3.0" ,
36
35
"dotenv" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments