extension-template
extension-template copied to clipboard
Change `npm-run-all` to `npm-run-all2`
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
- https://github.com/bcomnes/npm-run-all2
- https://github.com/es-tooling/module-replacements/blob/e834b84d6ebc621c449c3d3930ed688a924b60df/docs/modules/npm-run-all.md
- https://github.com/honojs/starter/pull/15
Thanks!