chore: changelog and files settings

This commit is contained in:
nanov
2019-11-07 11:42:37 +02:00
parent 7355096dfd
commit 9a748fa2bc
2 changed files with 80 additions and 14 deletions

View File

@@ -3,10 +3,14 @@
"version": "0.1.2",
"description": "Node.js ISO 20022 Compliant EBICS Client",
"main": "index.js",
"files": [
"lib/**/*",
"templates/**/*"
],
"scripts": {
"lint": "eslint .",
"test": "nyc mocha test/**/*.js",
"version": "auto-changelog -p && git add CHANGELOG.md"
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
},
"repository": {
"type": "git",