Skip to content

Commit

Permalink
fix(client-api): add core-js as a dep
Browse files Browse the repository at this point in the history
client-api requires core-js in the dist files but it is not listed as a dependency. This causes it to use whatever package npm/yarn/whatev thinks it should use, in my case, ver3 since that's the top most version.
  • Loading branch information
eddiemonge authored Mar 21, 2019
1 parent 9662de4 commit feb17bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@storybook/core-events": "5.1.0-alpha.11",
"@storybook/router": "5.1.0-alpha.11",
"common-tags": "^1.8.0",
"core-js": "^2.6.5",
"eventemitter3": "^3.1.0",
"global": "^4.3.2",
"is-plain-object": "^2.0.4",
Expand Down

0 comments on commit feb17bc

Please sign in to comment.