Skip to content

Commit eafa3b9

Browse files
committed
feature(readme): maintainer-note, npm
1 parent 0f72e8d commit eafa3b9

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# jQuery contextMenu plugin & polyfill #
22

3+
---
4+
5+
> [**This repository is looking for a new maintainer**](https://github.com/medialize/jQuery-contextMenu/issues/257)
6+
7+
---
8+
39
[![Travis Build Status](https://travis-ci.org/medialize/jQuery-contextMenu.svg?branch=master)](https://travis-ci.org/medialize/jQuery-contextMenu)
410

511
$.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.
@@ -105,6 +111,11 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
105111

106112
## Changelog ##
107113

114+
### 1.6.7 (May 21st 2015) ###
115+
116+
* looking for maintainer note
117+
* publish to npm
118+
108119
### 1.6.6 (July 12th 2014) ###
109120

110121
* fixing bower manifest

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-contextMenu",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"main": ["src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/jquery.contextMenu.css", "src/images/*.png"],
55
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
66
"authors": [

package.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "jQuery-contextMenu",
3-
"version": "1.7.0",
2+
"name": "jquery-contextmenu",
3+
"version": "1.6.7",
44
"title": "jQuery.contextMenu()",
55
"author": {
66
"name": "Rodney Rehm",
@@ -37,7 +37,9 @@
3737
"html5 menu",
3838
"html5 contextmenu",
3939
"html5 context menu",
40-
"html5 context-menu"
40+
"html5 context-menu",
41+
"jquery-plugin",
42+
"ecosystem:jquery"
4143
],
4244
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
4345
"contributors": [
@@ -54,6 +56,7 @@
5456
"type": "git",
5557
"url": "git://github.com/medialize/jQuery-contextMenu.git"
5658
},
59+
"main": "src/jquery.contextMenu.js",
5760
"files": [
5861
"src/jquery.contextMenu.js",
5962
"src/jquery.contextMenu.css",

0 commit comments

Comments
 (0)