Skip to content

Commit e928c65

Browse files
committed
Merge pull request #4449 from zpao/lock-babel
Lock babel @ 5.6.x.
2 parents 6faa225 + ce8a152 commit e928c65

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)