Created
December 26, 2015 14:05
-
-
Save crypticsoft/408339f8decb7856a2f7 to your computer and use it in GitHub Desktop.
calypso : patch file for updating babel to v6 for os X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/package.json b/package.json | |
| index 6c983e8..aff5d37 100644 | |
| --- a/package.json | |
| +++ b/package.json | |
| @@ -13,10 +13,10 @@ | |
| "atob": "1.1.2", | |
| "autoprefixer": "4.0.0", | |
| "autosize": "3.0.7", | |
| - "babel": "5.8.12", | |
| - "babel-core": "5.8.12", | |
| - "babel-loader": "5.3.2", | |
| - "babel-runtime": "5.8.12", | |
| + "babel": "6.3.26", | |
| + "babel-core": "6.3.26", | |
| + "babel-loader": "6.2.0", | |
| + "babel-runtime": "6.3.19", | |
| "body-parser": "^1.13.3", | |
| "browser-filesaver": "1.1.0", | |
| "chalk": "1.0.0", | |
| @@ -107,7 +107,10 @@ | |
| "test": "make test" | |
| }, | |
| "devDependencies": { | |
| + "babel-core": "5.8.12", | |
| "babel-eslint": "4.1.6", | |
| + "babel-loader": "5.3.2", | |
| + "babel-preset-es2015": "6.3.13", | |
| "better-assert": "1.0.2", | |
| "blanket": "1.1.6", | |
| "chai": "2.0.0", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment