Skip to content

Commit

Permalink
Make babel-core a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Sep 7, 2017
1 parent 8b83ee1 commit fa6998d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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": {
"peerDependencies": {
"babel-core": "^6.0.0"
},
"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 fa6998d

Please sign in to comment.