Skip to content

Commit

Permalink
chore(package): add babel-polyfill to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Toth committed Dec 12, 2015
1 parent 8b56a10 commit 215cfb9
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 @@ -32,7 +32,8 @@
"lodash": "^3.10.1"
},
"peerDependencies": {
"graphql": "^0.4.14"
"graphql": "^0.4.14",
"babel-polyfill": "^6.3.14"
},
"devDependencies": {
"babel": "^6.3.13",
Expand Down

0 comments on commit 215cfb9

Please sign in to comment.