Skip to content

Commit 65b4027

Browse files
committed
Upgrade to babel-eslint@5.0.0-beta9 to fix build
The build is currently broken because of an [issue](babel/babel-eslint#243) with babel-eslint. This bumps the version to pick up the fix.
1 parent 4f1d1c3 commit 65b4027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"babel-cli": "^6.3.17",
4747
"babel-core": "^6.3.26",
48-
"babel-eslint": "^5.0.0-beta4",
48+
"babel-eslint": "^5.0.0-beta9",
4949
"babel-loader": "^6.2.0",
5050
"babel-plugin-transform-decorators-legacy": "^1.2.0",
5151
"babel-preset-es2015-loose": "^6.1.4",

0 commit comments

Comments
 (0)