Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Mar 2, 2020
1 parent 3fa5221 commit 417d21e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "swissqrbill",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node implementation for the swiss QR bill",
"main": "./index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./lib/index.js"
"test": "cd tests && sh run.sh",
"build": "tsc"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 417d21e

Please sign in to comment.