Skip to content

Commit

Permalink
Dev dependency ended up in normal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Sep 8, 2017
1 parent 881734c commit 13d134d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog ##

### 2.6.2

#### Fixed

* Dev dependency ended up in normal dependencies.

### 2.6.1

#### Added
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-contextmenu",
"title": "jQuery.contextMenu()",
"version": "2.6.1",
"version": "2.6.2",
"author": {
"name": "Björn Brala",
"url": "http://www.swis.nl"
Expand Down Expand Up @@ -39,6 +39,7 @@
"karma-qunit": "^1.2.1",
"karma-sauce-launcher": "^1.1.0",
"lodash": "^4.16.4",
"pump": "^1.0.2",
"qunitjs": "^2.0.1",
"wdio-dot-reporter": "^0.0.9",
"wdio-mocha-framework": "^0.5.11",
Expand Down Expand Up @@ -88,8 +89,5 @@
"test-unit": "./node_modules/karma/bin/karma start",
"test-sauce": "./node_modules/karma/bin/karma start karma-saucelabs.conf.js",
"test-accept": "./node_modules/.bin/wdio wdio.conf.js"
},
"dependencies": {
"pump": "^1.0.2"
}
}

0 comments on commit 13d134d

Please sign in to comment.