Skip to content

Commit 4c7432a

Browse files
committed
Merge pull request #394 from SassDoc/upgrade-babel-5
Upgrade to Babel 5.0
2 parents 7d08465 + 889ac9e commit 4c7432a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"experimental": true,
3-
"playground": true,
2+
"stage": 1,
43
"loose": ["all"],
54
"optional": ["runtime"],
65
"auxiliaryComment": "istanbul ignore next"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"README.md"
7979
],
8080
"dependencies": {
81-
"babel-runtime": "4.7.*",
81+
"babel-runtime": "5.0.*",
8282
"chalk": "^1.0.0",
8383
"concat-stream": "^1.4.7",
8484
"docopt": "^0.6.1",
@@ -101,7 +101,7 @@
101101
"vinyl-source-stream": "^1.0.0"
102102
},
103103
"devDependencies": {
104-
"babel": "4.7.*",
104+
"babel": "5.0.*",
105105
"babel-eslint": "^2.0.2",
106106
"coveralls": "^2.11.2",
107107
"dateformat": "^1.0.11",

0 commit comments

Comments
 (0)