Skip to content

Commit

Permalink
Merge pull request #30 from MattiasBuelens/babel7
Browse files Browse the repository at this point in the history
Support Babel 7
  • Loading branch information
hzoo committed Sep 14, 2017
2 parents 8b83ee1 + 6aa40b1 commit 2a07480
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
"email": "shuhei.kagawa@gmail.com"
},
"license": "ISC",
"dependencies": {
"babel-core": "^6.0.0"
"peerDependencies": {
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-polyfill": "^6.0.2",
"babel-preset-es2015": "^6.0.12",
"jasmine-core": "^2.3.4",
Expand Down

0 comments on commit 2a07480

Please sign in to comment.