File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
- " es2015-rollup"
4
- ]
3
+ [" es2015" , { "modules" : false }]
4
+ ],
5
+ "plugins" : [" external-helpers" ]
5
6
}
Original file line number Diff line number Diff line change 11
11
"url" : " https://github.com/ColinEberhardt/json-transforms"
12
12
},
13
13
"devDependencies" : {
14
- "babel-preset-es2015-rollup" : " ^1.1.1" ,
14
+ "babel-plugin-external-helpers" : " ^6.8.0" ,
15
+ "babel-preset-es2015" : " ^6.14.0" ,
15
16
"eslint" : " ^2.2.0" ,
16
17
"eslint-config-standard" : " ^5.1.0" ,
17
18
"eslint-plugin-promise" : " ^1.3.2" ,
18
19
"eslint-plugin-standard" : " ^1.3.2" ,
19
20
"jasmine" : " ^2.4.1" ,
20
- "rollup" : " ^0.33.0 " ,
21
+ "rollup" : " ^0.34.12 " ,
21
22
"rollup-plugin-babel" : " ^2.6.1" ,
22
23
"semantic-release" : " ^4.3.5"
23
24
},
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default {
4
4
entry : 'index.js' ,
5
5
moduleName : 'jsont' ,
6
6
format : 'umd' ,
7
- plugins : [ babel ( ) ] ,
7
+ plugins : [ babel ( ) ] ,
8
8
dest : 'build/json-transforms.js' ,
9
9
globals : {
10
10
jspath : 'JSPath'
You can’t perform that action at this time.
0 commit comments