Skip to content

Commit

Permalink
Only publish minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
mebjas committed Apr 18, 2020
1 parent 9f9033c commit 79a655b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5-qrcode",
"version": "1.0.2",
"version": "1.0.4",
"description": "a cross platform HTML5 QR Code reader",
"main": "html5-qrcode.js",
"scripts": {
Expand Down Expand Up @@ -31,5 +31,8 @@
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3"
}
},
"files": [
"minified/*"
]
}

0 comments on commit 79a655b

Please sign in to comment.