Skip to content

Commit

Permalink
Add coverage to npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
samsam2310 committed Jun 5, 2020
1 parent 4f36af1 commit 6ad1ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.*
src/
zbar-*/
coverage/
Makefile
*.config.js
tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zbar.wasm",
"version": "2.0.0",
"version": "2.0.1",
"description": "A wasm build of C/C++ Zbar barcode scanning library.",
"main": "dist/index.js",
"browser": {
Expand Down

0 comments on commit 6ad1ad2

Please sign in to comment.