Skip to content

Commit cea4b44

Browse files
committed
Conflicts: demo/index.html ui-contextmenu.jquery.json
2 parents 7386158 + 33146db commit cea4b44

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

ui-contextmenu.jquery.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
{
22
"name": "ui-contextmenu",
33
"title": "jQuery UI context menu plugin",
4-
"description": "jQuery UI plugin that turns a jQuery UI Menu widget into a context menu.",
4+
"description": "Turns a jQuery UI Menu widget into a context menu.",
55
"version": "0.2.0",
66
"homepage": "https://github.com/mar10/jquery-ui-contextmenu",
77
"author": {
88
"name": "Martin Wendt",
9-
"url": "http://careers.stackoverflow.com/martin-wendt"
9+
"email": "jquery@wwwendt.de",
10+
"url": "http://careers.stackoverflow.com/martin-wendt"
1011
},
1112
"repository": {
1213
"type": "git",
1314
"url": "https://github.com/mar10/jquery-ui-contextmenu"
1415
},
15-
"demo": {
16-
"url": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/"
17-
},
18-
"docs": {
19-
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md"
20-
},
21-
"bugs": {
22-
"url": "https://github.com/mar10/jquery-ui-contextmenu/issues"
23-
},
16+
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
17+
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
18+
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
2419
"licenses": [
2520
{
2621
"type": "MIT",
@@ -31,5 +26,5 @@
3126
"jquery": ">=1.7",
3227
"jqueryui": ">=1.9"
3328
},
34-
"keywords": ["context menu", "contetxtmenu", "menu", "jquery ui menu", "popup", "right-click"]
29+
"keywords": ["context-menu", "contetxtmenu", "menu", "jquery-ui-menu", "popup", "right-click"]
3530
}

0 commit comments

Comments
 (0)