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 license format in package.json needs an update so that it can be picked up by the npmjs or the snyk scans.
New requirement is something like this
{
"name": "name",
"version": "1.0.0",
"license": "MIT"
} instead of what is there as of now
The text was updated successfully, but these errors were encountered:
ankitbharadwaj
changed the title
License information in package json is deprecated
License information format in package json is deprecated
May 30, 2024
the license format in package.json needs an update so that it can be picked up by the npmjs or the snyk scans.
New requirement is something like this
{
"name": "name",
"version": "1.0.0",
"license": "MIT"
} instead of what is there as of now
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/dom-walk/raw/master/LICENSE"
}
],
The text was updated successfully, but these errors were encountered: