-
Notifications
You must be signed in to change notification settings - Fork 743
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
382cd80
commit 413b1ec
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "jQuery-contextMenu", | ||
"title": "jQuery contextMenu", | ||
"description": "context menu handler", | ||
"keywords": [ | ||
"contextmenu", | ||
"context menu", | ||
"menu" | ||
], | ||
"version": "1.6.0", | ||
"author": { | ||
"name": "Rodney Rehm", | ||
"url": "http://rodneyrehm.de/en/" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt" | ||
} | ||
], | ||
"bugs": "https://github.com/medialize/jquery-color/issues", | ||
"homepage": "http://medialize.github.com/jQuery-contextMenu/", | ||
"docs": "http://medialize.github.com/jQuery-contextMenu/docs.html", | ||
"dependencies": { | ||
"jquery": ">=1.7" | ||
} | ||
} |
413b1ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest errors: github/medialize/jQuery-contextMenu v1.6.2 contextMenu.jquery.json [ 'Name must match manifest file name.', 'Invalid characters for keyword: context menu.' ]
After you correct these errors, note that you'll have to up the version (1.6.3) and tag the new version. Thanks for submitting to the jQuery Plugins Registry :)
413b1ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot! "debugging" this would've probably taken me another 10 releases… I hope v1.6.4 works…