mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-17 23:37:43 +03:00
Fix package.json
- Fix version range for devDependencies - Remove repositories entry fixes #28
This commit is contained in:
21
package.json
21
package.json
@@ -26,18 +26,11 @@
|
|||||||
"test": "./build/build.sh"
|
"test": "./build/build.sh"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jshint": ">= 1.1.0",
|
"jshint": "~1.1.0",
|
||||||
"mocha": ">= 1.7.1",
|
"mocha": "~1.7.1",
|
||||||
"uglify-js": ">= 1.3.4"
|
"uglify-js": "~1.3.4"
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repository" : {
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/faisalman/ua-parser-js.git"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository" :
|
|
||||||
{
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/faisalman/ua-parser-js.git"
|
"url": "https://github.com/faisalman/ua-parser-js.git"
|
||||||
},
|
},
|
||||||
@@ -57,9 +50,5 @@
|
|||||||
"directories": {
|
"directories": {
|
||||||
"lib": "src",
|
"lib": "src",
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
}
|
||||||
"files": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"repository": "git://github.com/faisalman/ua-parser-js.git"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user