Skip to content

Commit 13d134d

Browse files
committed
Dev dependency ended up in normal dependencies
1 parent 881734c commit 13d134d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog ##
22

3+
### 2.6.2
4+
5+
#### Fixed
6+
7+
* Dev dependency ended up in normal dependencies.
8+
39
### 2.6.1
410

511
#### Added

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-contextmenu",
33
"title": "jQuery.contextMenu()",
4-
"version": "2.6.1",
4+
"version": "2.6.2",
55
"author": {
66
"name": "Björn Brala",
77
"url": "http://www.swis.nl"
@@ -39,6 +39,7 @@
3939
"karma-qunit": "^1.2.1",
4040
"karma-sauce-launcher": "^1.1.0",
4141
"lodash": "^4.16.4",
42+
"pump": "^1.0.2",
4243
"qunitjs": "^2.0.1",
4344
"wdio-dot-reporter": "^0.0.9",
4445
"wdio-mocha-framework": "^0.5.11",
@@ -88,8 +89,5 @@
8889
"test-unit": "./node_modules/karma/bin/karma start",
8990
"test-sauce": "./node_modules/karma/bin/karma start karma-saucelabs.conf.js",
9091
"test-accept": "./node_modules/.bin/wdio wdio.conf.js"
91-
},
92-
"dependencies": {
93-
"pump": "^1.0.2"
9492
}
9593
}

0 commit comments

Comments
 (0)