node-replay
node-replay copied to clipboard
move babel-runtime (and core-js) out of deps
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
...
> [email protected] 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: