jso icon indicating copy to clipboard operation
jso copied to clipboard

Add dependency on core-js to package.json?

Open gijswijs opened this issue 6 years ago • 1 comments

This package has a dependency on core-js. Shouldn't that be added to package.json? It won't built without it, so it seems logical.

gijswijs avatar Feb 15 '19 03:02 gijswijs

Required

yarn add [email protected] --save

That version worked for me because it satisfies the core-js/fn/promise dependency.

marbex7 avatar Jul 05 '19 07:07 marbex7