Skip to content

Commit

Permalink
Merge pull request #4 from Rogerrrrrrrs/development
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
schoero authored Mar 2, 2020
2 parents 0ebf1aa + 417d21e commit 1494ef9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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
22 changes: 11 additions & 11 deletions tests/run.sh
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
#!/bin/sh
echo "a4"
sudo node a4
node a4
echo "english"
sudo node english
node english
echo "euro"
sudo node euro
node euro
echo "french"
sudo node french
node french
echo "italian"
sudo node italian
node italian
echo "multipage"
sudo node multipage
node multipage
echo "no-amount"
sudo node no-amount
node no-amount
echo "no-debitor"
sudo node no-debitor
node no-debitor
echo "separate"
sudo node separate
node separate
echo "ts"
tsc ts.ts
sudo node ts
sudo rm ts.js
node ts
rm ts.js

0 comments on commit 1494ef9

Please sign in to comment.