Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Upgrade Babel packages to v6.6.5.
Browse files Browse the repository at this point in the history
This will fix meteor/meteor#6380, thanks to
babel/babel#3391.
  • Loading branch information
Ben Newman committed Mar 8, 2016
1 parent fc473b5 commit aff7b0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"url": "https://github.com/meteor/babel/issues"
},
"dependencies": {
"babel-core": "^6.5.2",
"babel-preset-meteor": "^6.6.0",
"babel-core": "^6.6.5",
"babel-preset-meteor": "^6.6.5",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^5.8.35",
"babylon": "^6.5.2",
"babylon": "^6.6.5",
"convert-source-map": "^1.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit aff7b0c

Please sign in to comment.