diff --git a/bower.json b/bower.json index a5bf48d..b42e0fa 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Paul Macek (https://github.com/macek)" ], "dependencies": { - "jquery": "^1.11.1" + "jquery": "1.11.1 - 2.1.x" }, "repository": { "type": "git", diff --git a/package.json b/package.json index 8d9f3c1..94a971b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "serialize form fields into an object or JSON", "main": "./jquery.serialize-object.js", "scripts": { - "test": "npm run-script build && open ./test/test.html", + "test": "npm run-script build && xdg-open ./test/test.html", "build": "npm run-script minify", "minify": "uglifyjs jquery.serialize-object.js -m -c --comments > dist/jquery.serialize-object.min.js" }, @@ -28,6 +28,6 @@ "url": "https://github.com/macek/jquery-serialize-object/issues" }, "devDependencies": { - "uglify-js": "^2.4.32" + "uglify-js": "^2.4.16" } }