Skip to content

Commit

Permalink
Fixed missing index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Mar 2, 2020
1 parent 3a4ea59 commit 6ea181a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "swissqrbill",
"version": "1.0.3",
"version": "1.0.4",
"description": "Node implementation for the swiss QR bill",
"main": "./index.js",
"types": "./lib/index.d.ts",
"files": [
"lib/**/*"
"lib/**/*",
"index.js"
],
"scripts": {
"test": "cd tests && sh run.sh",
Expand Down

0 comments on commit 6ea181a

Please sign in to comment.