-
Why cannot use 'LicenseRef' license name when initializing the package.json with 'npm init' command? If users wants to add the proprietary license name in package.json, they may also want to add the license name to match the spdx license expression. Because it is easier to manage the license name of their package than using 'SEE LICENSE IN '. What about changing to accept 'LicenseRef-' spdx license expression? |
Beta Was this translation helpful? Give feedback.
Answered by
ljharb
Mar 29, 2022
Replies: 1 comment 3 replies
-
I believe this is managed by https://npmjs.com/licensee; you may want to file an issue there. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
darcyclarke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this is managed by https://npmjs.com/licensee; you may want to file an issue there.