File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog ##
2
2
3
+ ### 2.6.2
4
+
5
+ #### Fixed
6
+
7
+ * Dev dependency ended up in normal dependencies.
8
+
3
9
### 2.6.1
4
10
5
11
#### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-contextmenu" ,
3
3
"title" : " jQuery.contextMenu()" ,
4
- "version" : " 2.6.1 " ,
4
+ "version" : " 2.6.2 " ,
5
5
"author" : {
6
6
"name" : " Björn Brala" ,
7
7
"url" : " http://www.swis.nl"
39
39
"karma-qunit" : " ^1.2.1" ,
40
40
"karma-sauce-launcher" : " ^1.1.0" ,
41
41
"lodash" : " ^4.16.4" ,
42
+ "pump" : " ^1.0.2" ,
42
43
"qunitjs" : " ^2.0.1" ,
43
44
"wdio-dot-reporter" : " ^0.0.9" ,
44
45
"wdio-mocha-framework" : " ^0.5.11" ,
88
89
"test-unit" : " ./node_modules/karma/bin/karma start" ,
89
90
"test-sauce" : " ./node_modules/karma/bin/karma start karma-saucelabs.conf.js" ,
90
91
"test-accept" : " ./node_modules/.bin/wdio wdio.conf.js"
91
- },
92
- "dependencies" : {
93
- "pump" : " ^1.0.2"
94
92
}
95
93
}
You can’t perform that action at this time.
0 commit comments