Skip to content

Commit 40b68bd

Browse files
authored
support babel-core@7 (#403)
1 parent a483384 commit 40b68bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"object-assign": "^4.0.1"
1414
},
1515
"peerDependencies": {
16-
"babel-core": "^6.0.0",
16+
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc",
1717
"webpack": "1 || 2 || ^2.1.0-beta || ^2.2.0-rc"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)