assaf / node-replay

When API testing slows you down: record and replay HTTP responses like a boss
http://documentup.com/assaf/node-replay
MIT License
522 stars 107 forks source link

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

Open cesine opened 3 years ago

cesine commented 3 years ago

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: