Skip to content

Commit

Permalink
jquery plugin manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jan 19, 2013
1 parent 382cd80 commit 413b1ec
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions contextMenu.jquery.json
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"
}
}

2 comments on commit 413b1ec

@rdworth
Copy link

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.' ]

  • change name to "contextMenu" or change filename to jQuery-contextMenu.jquery.json
  • keywords cannot contain spaces

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 :)

@rodneyrehm
Copy link
Contributor Author

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…

Please sign in to comment.