We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dde426 commit b1f2198Copy full SHA for b1f2198
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jquery-contextmenu",
3
"title": "jQuery.contextMenu()",
4
- "version": "3.0-beta.1",
+ "version": "3.0.0-beta.1",
5
"author": {
6
"name": "Björn Brala",
7
"url": "http://www.swis.nl"
@@ -113,7 +113,7 @@
113
"src"
114
],
115
"scripts": {
116
- "test": "npm run test-unit",
+ "test": "yarn test-unit",
117
"test-unit": "karma start",
118
"test-sauce": "karma start karma-saucelabs.conf.js",
119
"test-bs": "karma start karma-browserstack.conf.js",
0 commit comments