jupyterlab / extension-template

A `copier` template for JupyterLab extensions
Creative Commons Zero v1.0 Universal
52 stars 16 forks source link

Change `npm-run-all` to `npm-run-all2` #76

Open joaopalmeiro opened 3 months ago

joaopalmeiro commented 3 months ago

Hi! 👋

Problem

npm-run-all is a useful but no longer maintained development dependency. It can be problematic for stricter contexts regarding the dependencies used.

Proposed Solution

Change npm-run-all to npm-run-all2, a currently maintained and improved fork. The change is as simple as changing npm-run-all to npm-run-all2 in the package.json file, as well as the respective version. Please let me know your opinion and if I can help/open a PR.

Additional context

Thanks!