Skip to content

Commit

Permalink
fix(core): add babel-polyfill as a hard dependency (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-smith authored Mar 26, 2019
1 parent 2edbeae commit d3e8c0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"license": "Apache-2.0",
"dependencies": {
"d3": "4.13.0",
"resize-observer-polyfill": "1.5.0"
"resize-observer-polyfill": "1.5.0",
"babel-polyfill": "6.26.0"
},
"peerDependencies": {
"d3": ">=4.11.0 <=5.7.0"
Expand Down

0 comments on commit d3e8c0c

Please sign in to comment.