60frames / webpack-hot-server-middleware

:fire: Hot reload webpack bundles on the server
MIT License
324 stars 50 forks source link

Why is yarn in runtime dependencies? #86

Closed vovkasm closed 5 years ago

vovkasm commented 5 years ago
> npm info webpack-hot-server-middleware dependencies

{ debug: '^3.1.0',
  'require-from-string': '^2.0.1',
  'source-map-support': '^0.5.3',
  yarn: '^1.5.1' }

yarn do not recorded as dependency in package.json, but npm count it. Is published in npm registry code actually the same as in this repo?

richardscarrott commented 5 years ago

It was accidentally added with as a dep here https://github.com/60frames/webpack-hot-server-middleware/pull/64

Removed here https://github.com/60frames/webpack-hot-server-middleware/pull/70

And published today, here https://www.npmjs.com/package/webpack-hot-server-middleware/v/0.6.0