Skip to content

Commit

Permalink
Merge pull request #210 from julka/lock_down_bable_preset_versions
Browse files Browse the repository at this point in the history
locking down versions for babel-preset-es2015  and babel-preset-es201…
  • Loading branch information
caridy authored Aug 11, 2016
2 parents 20f322d + 69a1a44 commit c4c5186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"babel-plugin-transform-es3-property-literals": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-es2015": "6.1.18",
"babel-preset-es2015-rollup": "1.1.1",
"babel-register": "^6.2.0",
"cldr-cal-buddhist-full": "28.0.0",
"cldr-cal-chinese-full": "28.0.0",
Expand Down

0 comments on commit c4c5186

Please sign in to comment.