Skip to content

License information format in package json is deprecated #3

@ankitbharadwaj

Description

@ankitbharadwaj

Screenshot 2024-05-30 at 16 36 48
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"
}
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions