Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

move babel-runtime (and core-js) out of deps #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cesine
Copy link

@cesine cesine commented Jun 21, 2021

babel-runtime isnt used in the source code, move it to dev deps
so that consumers of this lib dont need to install it if they arent using it

Before we have a note about core-js in our install

 npm install
...
> core-js@2.6.9 postinstall /Users/gchiodo/fielddbhome/AuthenticationWebService/node_modules/core-js
> node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

added 583 packages from 1121 contributors and audited 589 packages in 34.215s

After we wont:

babel-runtime isnt used in the source code, move it to dev deps 
so that consumers of this lib dont need to install it if they arent using it
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant