Skip to content

Commit

Permalink
add a build
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Moutard committed May 30, 2019
1 parent 9b430f6 commit 3e6b975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -16,6 +16,7 @@
],
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"build": "yarn",
"version": "npm run build",
"postversion": "git push && git push --tags",
"test": "jest"
Expand Down

0 comments on commit 3e6b975

Please sign in to comment.