Added script to bump version. Eg: npm run verup -- 1.0

This commit is contained in:
Dumitru Uzun
2015-04-20 14:19:37 +03:00
parent ca4e8ce2e6
commit d1a18c6ff1
5 changed files with 198 additions and 81 deletions

View File

@@ -42,14 +42,15 @@
],
"main": "src/ua-parser.js",
"scripts": {
"test": "./build/build.sh"
"test": "./build/build.sh",
"verup": "node ./build/verup.js"
},
"devDependencies": {
"jshint": "~1.1.0",
"mocha": "~1.8.0",
"uglify-js": "~1.3.4"
},
"repository" : {
"repository": {
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
},
@@ -71,4 +72,4 @@
"src": "src",
"test": "test"
}
}
}