File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Hash link scroll functionality for React Router v4" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
- "build" : " rm -rf lib && babel src -d lib --presets=latest ,react --plugins=transform-object-rest-spread" ,
7
+ "build" : " rm -rf lib && babel src -d lib --presets=env ,react --plugins=transform-object-rest-spread" ,
8
8
"prepublish" : " npm run build"
9
9
},
10
10
"files" : [
32
32
"react-router-dom" : " ^4.1.1"
33
33
},
34
34
"devDependencies" : {
35
- "babel-cli" : " ^6.24.0 " ,
35
+ "babel-cli" : " ^6.24.1 " ,
36
36
"babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
37
- "babel-preset-latest " : " ^6.24 .0" ,
38
- "babel-preset-react" : " ^6.23.0 "
37
+ "babel-preset-env " : " ^1.4 .0" ,
38
+ "babel-preset-react" : " ^6.24.1 "
39
39
},
40
40
"dependencies" : {
41
41
"prop-types" : " ^15.5.8"
You can’t perform that action at this time.
0 commit comments