Skip to content

Commit 8320fa1

Browse files
committed
wrong tag by NPM wasn't removed.
1 parent a5928cc commit 8320fa1

8 files changed

+14
-14
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-contextMenu",
3-
"version": "1.9.2",
3+
"version": "1.10.1",
44
"main": [
55
"dist/jquery.contextMenu.js",
66
"dist/jquery.contextMenu.min.js",

dist/jquery.contextMenu.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jQuery contextMenu - Plugin for simple contextMenu handling
33
*
4-
* Version: v1.9.2
4+
* Version: v1.10.1
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
14-
* Date: 2015-10-25T14:36:11.963Z
14+
* Date: 2015-10-25T14:40:09.810Z
1515
*/
1616

1717
.context-menu-list {

dist/jquery.contextMenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* jQuery contextMenu v1.9.2 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v1.10.1 - Plugin for simple contextMenu handling
33
*
4-
* Version: v1.9.2
4+
* Version: v1.10.1
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
* GPL v3 http://opensource.org/licenses/GPL-3.0
1414
*
15-
* Date: 2015-10-25T14:36:12.905Z
15+
* Date: 2015-10-25T14:40:10.899Z
1616
*/
1717

1818
(function (factory) {

dist/jquery.contextMenu.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-contextmenu",
33
"title": "jQuery.contextMenu()",
4-
"version": "1.9.2",
4+
"version": "1.10.1",
55
"author": {
66
"name": "Björn Brala",
77
"url": "http://www.swis.nl"

0 commit comments

Comments
 (0)