File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 29
29
"ava" : {
30
30
"babel" : " inherit" ,
31
31
"require" : [
32
- " babel-register"
32
+ " babel-register" ,
33
+ " babel-polyfill"
33
34
]
34
35
},
35
36
"babel" : {
36
37
"presets" : [
37
38
[
38
- " env" , {
39
+ " env" ,
40
+ {
39
41
"targets" : {
40
42
"node" : 4
41
43
}
44
46
" stage-0"
45
47
],
46
48
"plugins" : [
47
- " add-module-exports"
49
+ " add-module-exports" ,
50
+ [
51
+ " transform-runtime" ,
52
+ {
53
+ "polyfill" : false ,
54
+ "regenerator" : true
55
+ }
56
+ ]
48
57
]
49
58
},
50
59
"config" : {
80
89
"ava" : " 0.18.2" ,
81
90
"babel-cli" : " 6.18.0" ,
82
91
"babel-plugin-add-module-exports" : " 0.2.1" ,
92
+ "babel-plugin-transform-runtime" : " 6.23.0" ,
93
+ "babel-polyfill" : " 6.20.0" ,
83
94
"babel-preset-env" : " 1.2.1" ,
84
95
"babel-preset-stage-0" : " 6.16.0" ,
85
96
"conventional-changelog-cli" : " 1.2.0" ,
99
110
"babel-polyfill" : " 6.20.0" ,
100
111
"babel-preset-es2015-node4" : " 2.1.0" ,
101
112
"babel-preset-stage-0" : " 6.16.0" ,
113
+ "babel-runtime" : " 6.23.0" ,
102
114
"chalk" : " 1.1.3" ,
103
115
"conventional-changelog-angular" : " 1.3.0" ,
104
116
"conventional-changelog-lint-config-angular" : " 0.4.0" ,
You can’t perform that action at this time.
0 commit comments