File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"start" : " gulp server" ,
8
- "prepublish" : " babel ./src --out-dir ./lib" ,
8
+ "prepublish" : " babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx " ,
9
9
"test" : " karma start --single-run" ,
10
10
"dev-test" : " karma start"
11
11
},
33
33
},
34
34
"devDependencies" : {
35
35
"autoprefixer" : " ^6.7.7" ,
36
- "babel" : " ^5.8.38 " ,
37
- "babel-core" : " ^5.8.38 " ,
36
+ "babel-cli " : " ^6.26.0 " ,
37
+ "babel-core" : " ^6.26.0 " ,
38
38
"babel-eslint" : " ^6.1.2" ,
39
- "babel-loader" : " ^5.4.2" ,
39
+ "babel-loader" : " ^7.1.2" ,
40
+ "babel-plugin-transform-class-properties" : " ^6.24.1" ,
41
+ "babel-plugin-transform-react-jsx" : " ^6.24.1" ,
40
42
"es5-shim" : " ^4.5.9" ,
41
43
"eslint" : " ^3.19.0" ,
42
44
"eslint-plugin-react" : " ^6.10.3" ,
You can’t perform that action at this time.
0 commit comments