glimmerjs / glimmer-vm

MIT License
1.13k stars 190 forks source link

Declare license in package.json of published packages #1564

Closed jelhan closed 6 months ago

jelhan commented 7 months ago

The license is only declared in package.json at workspace root but not in the package.json of the published packages. Would be great if we could add it their as well as many tools rely on that information (e.g. pnpm licenses ls).

jelhan commented 7 months ago

Likely a duplicate of #1463.

NullVoxPopuli commented 7 months ago

A PR to improve would be most welcome!

andreyfel commented 6 months ago

https://github.com/glimmerjs/glimmer-vm/pull/1579

jelhan commented 6 months ago

Thanks a lot @andreyfel!