Fix package.json

- Fix version range for devDependencies
- Remove repositories entry

fixes #28
This commit is contained in:
Fabian Becker 2013-11-24 12:43:23 +00:00
parent 4d28bee555
commit 2dec1a8b76

View File

@ -26,18 +26,11 @@
"test": "./build/build.sh"
},
"devDependencies": {
"jshint": ">= 1.1.0",
"mocha": ">= 1.7.1",
"uglify-js": ">= 1.3.4"
"jshint": "~1.1.0",
"mocha": "~1.7.1",
"uglify-js": "~1.3.4"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
}
],
"repository" :
{
"repository" : {
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
},
@ -57,9 +50,5 @@
"directories": {
"lib": "src",
"test": "test"
},
"files": [
""
],
"repository": "git://github.com/faisalman/ua-parser-js.git"
}
}