Skip to content

Commit

Permalink
⬆️ Bump deps and fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 12, 2019
1 parent 05a043d commit 8154e79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ console.log(qrcode.toDataURL());

- setVersion(version: number): void

- Set qrcode version, if set `-1` the version will be set automatically.
- Set qrcode version, if set `0` the version will be set automatically.

- getVersion(): number

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuintun/qrcode",
"version": "0.30.0",
"version": "0.30.1",
"description": "A pure JavaScript QRCode encode and decode library.",
"main": "es5/index.js",
"module": "esnext/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"acorn-walk": "^6.1.1",
"magic-string": "^0.25.2",
"rollup-plugin-typescript2": "^0.21.0",
"rollup-plugin-node-resolve": "^4.2.3"
"rollup-plugin-node-resolve": "^4.2.4"
},
"homepage": "https://github.com/nuintun/qrcode#readme"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -762,10 +762,10 @@ rimraf@^2.6.3:
dependencies:
glob "^7.1.3"

rollup-plugin-node-resolve@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.3.tgz#638a373a54287d19fcc088fdd1c6fd8a58e4d90a"
integrity sha512-r+WaesPzdGEynpLZLALFEDugA4ACa5zn7bc/+LVX4vAXQQ8IgDHv0xfsSvJ8tDXUtprfBtrDtRFg27ifKjcJTg==
rollup-plugin-node-resolve@^4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.4.tgz#7d370f8d6fd3031006a0032c38262dd9be3c6250"
integrity sha512-t/64I6l7fZ9BxqD3XlX4ZeO6+5RLKyfpwE2CiPNUKa+GocPlQhf/C208ou8y3AwtNsc6bjSk/8/6y/YAyxCIvw==
dependencies:
"@types/resolve" "0.0.8"
builtin-modules "^3.1.0"
Expand Down

0 comments on commit 8154e79

Please sign in to comment.