diff --git a/package.json b/package.json index 8a053ec..7f1d200 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Create SEPA XML for business transactions, fork of https://github.com/kewisch/sepa.js", "license": "MPL-2.0", "main": "lib/sepa.js", - "version": "1.0.3", + "version": "1.1.0", "author": "Spendesk", "repository": { "url": "https://github.com/Spendesk/sepa.js" @@ -16,6 +16,7 @@ ], "scripts": { "lint": "./node_modules/.bin/eslint .", + "build": "yarn", "version": "npm run build", "postversion": "git push && git push --tags", "test": "jest"