Skip to content

Commit

Permalink
fix: wrongfully deployed to npm, so npm is at version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanvivien committed Dec 21, 2022
1 parent 7f5ded7 commit 469333a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Find a bundled version in the latest [release](https://github.com/erwanvivien/fa

```bash
./wasm-pack.sh # Runs build in release mode and wasm-opt twice again
wasm-pack pack pkg # Creates an archive of said package
# wasm-pack publish pkg # Creates an archive & publish it to npm
```

## Benchmarks
Expand Down
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"erwan.vivien <erwan.vivien@epita.fr>"
],
"description": "Generates optimized QRCode",
"version": "0.7.0",
"version": "0.7.1",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
Expand Down

0 comments on commit 469333a

Please sign in to comment.