Skip to content

Commit

Permalink
feature(readme): maintainer-note, npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed May 21, 2015
1 parent 0f72e8d commit eafa3b9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jQuery contextMenu plugin & polyfill #

---

> [**This repository is looking for a new maintainer**](https://github.com/medialize/jQuery-contextMenu/issues/257)
---

[![Travis Build Status](https://travis-ci.org/medialize/jQuery-contextMenu.svg?branch=master)](https://travis-ci.org/medialize/jQuery-contextMenu)

$.contextMenu is a management facility for - you guessed it - context menus. It was designed for an application where there are hundreds of elements that may show a context menu - so intialization speed and memory usage are kept fairly small. It also allows to register context menus without providing actual markup, as $.contextMenu generates DOMElements as needed.
Expand Down Expand Up @@ -105,6 +111,11 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic

## Changelog ##

### 1.6.7 (May 21st 2015) ###

* looking for maintainer note
* publish to npm

### 1.6.6 (July 12th 2014) ###

* fixing bower manifest
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jQuery-contextMenu",
"version": "1.6.6",
"version": "1.6.7",
"main": ["src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/jquery.contextMenu.css", "src/images/*.png"],
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
"authors": [
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jQuery-contextMenu",
"version": "1.7.0",
"name": "jquery-contextmenu",
"version": "1.6.7",
"title": "jQuery.contextMenu()",
"author": {
"name": "Rodney Rehm",
Expand Down Expand Up @@ -37,7 +37,9 @@
"html5 menu",
"html5 contextmenu",
"html5 context menu",
"html5 context-menu"
"html5 context-menu",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
"contributors": [
Expand All @@ -54,6 +56,7 @@
"type": "git",
"url": "git://github.com/medialize/jQuery-contextMenu.git"
},
"main": "src/jquery.contextMenu.js",
"files": [
"src/jquery.contextMenu.js",
"src/jquery.contextMenu.css",
Expand Down

0 comments on commit eafa3b9

Please sign in to comment.