We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d08465 + 889ac9e commit 4c7432aCopy full SHA for 4c7432a
.babelrc
@@ -1,6 +1,5 @@
1
{
2
- "experimental": true,
3
- "playground": true,
+ "stage": 1,
4
"loose": ["all"],
5
"optional": ["runtime"],
6
"auxiliaryComment": "istanbul ignore next"
package.json
@@ -78,7 +78,7 @@
78
"README.md"
79
],
80
"dependencies": {
81
- "babel-runtime": "4.7.*",
+ "babel-runtime": "5.0.*",
82
"chalk": "^1.0.0",
83
"concat-stream": "^1.4.7",
84
"docopt": "^0.6.1",
@@ -101,7 +101,7 @@
101
"vinyl-source-stream": "^1.0.0"
102
},
103
"devDependencies": {
104
- "babel": "4.7.*",
+ "babel": "5.0.*",
105
"babel-eslint": "^2.0.2",
106
"coveralls": "^2.11.2",
107
"dateformat": "^1.0.11",
0 commit comments