Skip to content

Commit

Permalink
removed babel-preset-2015 from dependencies (gatsbyjs#2161)
Browse files Browse the repository at this point in the history
Noticed that we don't use 2015 preset in the bablerc file.  so It would be best to remove it also babel-preset-env is more powerful and it is used at the moment.
  • Loading branch information
Alaev authored and KyleAMathews committed Sep 18, 2017
1 parent 525f8b3 commit ed945ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
Expand Down

0 comments on commit ed945ae

Please sign in to comment.