Skip to content

Commit

Permalink
Add missing README to bundled package
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinTimBarndt committed Apr 17, 2023
1 parent c50149e commit 1a98395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-gzip"
version = "2.0.0"
version = "2.0.1"
authors = ["ColinTimBarndt <[email protected]>"]
license = "Unlicense"
repository = "https://github.com/ColinTimBarndt/wasm-gzip"
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ done

# Build dist
npx rollup -c
cp LICENSE pkg/*.wasm pkg/*.wasm.map pkg/package.json dist
cp LICENSE README.md pkg/*.wasm pkg/*.wasm.map pkg/package.json dist

0 comments on commit 1a98395

Please sign in to comment.