chore: add version script

This commit is contained in:
nanov 2019-11-07 11:35:11 +02:00
parent 1f34dcbfb6
commit fee2aa4681

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "nyc mocha test/**/*.js"
"test": "nyc mocha test/**/*.js",
"version": "auto-changelog -p && git add CHANGELOG.md",
},
"repository": {
"type": "git",
@ -47,7 +48,6 @@
"node-forge": "^0.9.1",
"request": "^2.88.0",
"uuid": "^3.3.3",
"version": "auto-changelog -p && git add CHANGELOG.md",
"xml-crypto": "^1.4.0",
"xmldom": "^0.1.27",
"xpath": "0.0.27"