BrowserSync / browser-sync

Keep multiple browsers & devices in sync when building websites. https://browsersync.io
https://discord.gg/2d2xUThp
Apache License 2.0
12.17k stars 756 forks source link

License issue with deep dependency #1814

Open mathieukempe opened 3 years ago

mathieukempe commented 3 years ago

Issue details

License issue browser-sync use the dependency bs-recipes (1.3.4) that has a dependency to monkey-hot-loader. monkey-hot-loader package and code is unlicensed code, which by default is copyrighted to the original author. You may not use these dependencies without first obtaining a license. See packages/browser-sync/package.json

Steps to reproduce/test case

N/A

Please specify which version of Browsersync, node and npm you're running

N/A

Affected platforms

Browsersync use-case

If CLI, please paste the entire command below

{cli command here}

for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync

{Browsersync init code here}

mathieukempe commented 3 years ago

Any udpate?