mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
chore: add version script
This commit is contained in:
parent
1f34dcbfb6
commit
fee2aa4681
@ -5,7 +5,8 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "nyc mocha test/**/*.js"
|
"test": "nyc mocha test/**/*.js",
|
||||||
|
"version": "auto-changelog -p && git add CHANGELOG.md",
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -47,7 +48,6 @@
|
|||||||
"node-forge": "^0.9.1",
|
"node-forge": "^0.9.1",
|
||||||
"request": "^2.88.0",
|
"request": "^2.88.0",
|
||||||
"uuid": "^3.3.3",
|
"uuid": "^3.3.3",
|
||||||
"version": "auto-changelog -p && git add CHANGELOG.md",
|
|
||||||
"xml-crypto": "^1.4.0",
|
"xml-crypto": "^1.4.0",
|
||||||
"xmldom": "^0.1.27",
|
"xmldom": "^0.1.27",
|
||||||
"xpath": "0.0.27"
|
"xpath": "0.0.27"
|
||||||
|
Loading…
Reference in New Issue
Block a user