Skip to content

Commit ce8a152

Browse files
committed
Lock babel @ 5.6.x.
5.7 and 5.8 are having big issues with linting
1 parent 6faa225 commit ce8a152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"jstransform": "^11.0.0"
3030
},
3131
"devDependencies": {
32-
"babel": "^5.5.5",
32+
"babel": "~5.6.23",
33+
"babel-core": "~5.6.20",
3334
"babel-eslint": "^3.1.14",
3435
"benchmark": "^1.0.0",
3536
"browserify": "^9.0.3",

0 commit comments

Comments
 (0)