You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The npm page does not show License for the npmcodeshift package, see: https://www.npmjs.com/package/jscodeshift
This is causing issues in our internal enterprise package proxy that is blocking any packages without valid whitelisted license type.
I'm not sure if this field in npm repository needs to be filled manually or it's taken from the github source code, but it should be possible to fix it by adding the "license": "MIT" field into the package.json file.
Affected version: 0.10.0
Current behavior: npm page does not show any license for this project. package.json does not have "license" field.
Expected behavior: show MIT license on NPM site. Add "license": "MIT" to package.json
The text was updated successfully, but these errors were encountered:
Note the npmjs.com page still does not show the license field for this package.
The maintainer of this package should probably check and fix this most likely one-liner issue: https://www.npmjs.com/package/jscodeshift
The npm page does not show License for the npmcodeshift package, see: https://www.npmjs.com/package/jscodeshift
This is causing issues in our internal enterprise package proxy that is blocking any packages without valid whitelisted license type.
I'm not sure if this field in npm repository needs to be filled manually or it's taken from the github source code, but it should be possible to fix it by adding the
"license": "MIT"
field into the package.json file.Affected version: 0.10.0
Current behavior: npm page does not show any license for this project. package.json does not have "license" field.
Expected behavior: show MIT license on NPM site. Add "license": "MIT" to package.json
The text was updated successfully, but these errors were encountered: