From fee2aa46817472edc5fff49f636bde586dde18fb Mon Sep 17 00:00:00 2001 From: nanov Date: Thu, 7 Nov 2019 11:35:11 +0200 Subject: [PATCH] chore: add version script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a6ac335..9e6d6be 100644 --- a/package.json +++ b/package.json @@ -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"