Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed May 23, 2017
1 parent 1209a67 commit 2aa7cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "qrcode",
"description": "QRCode / 2d Barcode api with both server side and client side support using canvas",
"version": "0.8.1",
"version": "0.8.2",
"author": "Ryan Day <soldair@gmail.com>",
"contributors": [
"Vincenzo Greco <greco.vincenzo@gmail.com>"
Expand All @@ -15,7 +15,7 @@
"browser": {
"./lib/index.js": "./lib/browser.js",
"./lib/utils/buffer.js": "./lib/utils/typedarray-buffer.js",
"fs":false
"fs": false
},
"files": [
"bin",
Expand Down

0 comments on commit 2aa7cbd

Please sign in to comment.