Skip to content

Commit b1f2198

Browse files
committed
Appearantly 3.0-beta.1 is not a valid version.
1 parent 1dde426 commit b1f2198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-contextmenu",
33
"title": "jQuery.contextMenu()",
4-
"version": "3.0-beta.1",
4+
"version": "3.0.0-beta.1",
55
"author": {
66
"name": "Björn Brala",
77
"url": "http://www.swis.nl"
@@ -113,7 +113,7 @@
113113
"src"
114114
],
115115
"scripts": {
116-
"test": "npm run test-unit",
116+
"test": "yarn test-unit",
117117
"test-unit": "karma start",
118118
"test-sauce": "karma start karma-saucelabs.conf.js",
119119
"test-bs": "karma start karma-browserstack.conf.js",

0 commit comments

Comments
 (0)