Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 2a64657

Browse files
committed
Add license field tp package.json
See https://docs.npmjs.com/files/package.json and npm/npm#4473
1 parent c6f3235 commit 2a64657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
3131
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
3232
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
33+
"license": "MIT",
3334
"licenses": [
3435
{
3536
"type": "MIT",
36-
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
37+
"url": "https://raw.githubusercontent.com/mar10/jquery-ui-contextmenu/master/LICENSE.txt"
3738
}
3839
],
3940
"dependencies": {

0 commit comments

Comments
 (0)