Skip to content

Commit 8d0de4d

Browse files
committed
fixing bower.json
1 parent 66465e9 commit 8d0de4d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103103

104104
## Changelog ##
105105

106+
### 1.6.6 (July 12th 2014) ###
107+
108+
* fixing bower manifest
109+
106110
### 1.6.5 (January 20th 2013) ###
107111

108112
* fixing "opening a second menu can break the layer" - ([Issue #105](https://github.com/medialize/jQuery-contextMenu/issues/105))

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "contextMenu",
2+
"name": "jQuery-contextMenu",
33
"version": "1.6.6",
4-
"main": ["src/jquery.contextMenu.css", "src/jquery.contextMenu.js", "src/jquery.ui.position.js", "src/images/*.png"],
4+
"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": [
7-
"Rodney Rehm <http://rodneyrehm.de/en>"
7+
"Rodney Rehm <[email protected]> (http://rodneyrehm.de/en)"
88
],
99
"description": "Full featured context menu handler capable of handling thousands of elements",
1010
"keywords": ["contextmenu", "context-menu", "right-click-menu", "right-click", "navigation", "menu"],

0 commit comments

Comments
 (0)