Skip to content

Commit d564332

Browse files
committed
enforce babel to >= 6.5.2 to avoid class properties semicolon parser error
1 parent c686476 commit d564332

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
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"dependencies": {
91-
"babel-core": "^6.3.26",
91+
"babel-core": "^6.5.2",
9292
"babel-loader": "^6.2.1",
9393
"babel-plugin-add-module-exports": "^0.1.2",
9494
"babel-plugin-transform-decorators-legacy": "^1.3.4",

0 commit comments

Comments
 (0)