Skip to content

Commit 7a20d69

Browse files
committed
1.4.3
1 parent 9ed5412 commit 7a20d69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qrcode",
33
"description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"author": "Ryan Day <[email protected]>",
66
"contributors": [
77
"Vincenzo Greco <[email protected]>"
@@ -32,7 +32,7 @@
3232
"test": "node --throw-deprecation test.js",
3333
"build": "node build.js",
3434
"prepublish": "npm run build",
35-
"browser":"node examples/clientsideserver.js"
35+
"browser": "node examples/clientsideserver.js"
3636
},
3737
"bin": {
3838
"qrcode": "./bin/qrcode"

0 commit comments

Comments
 (0)