-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and bumped minor version
- Loading branch information
1 parent
ac52d97
commit 0594f4a
Showing
5 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "wasm-gzip" | ||
version = "2.0.3" | ||
authors = ["ColinTimBarndt <[email protected]>"] | ||
version = "2.1.0" | ||
authors = ["Colin Tim Barndt <[email protected]>"] | ||
license = "Unlicense" | ||
repository = "https://github.com/ColinTimBarndt/wasm-gzip" | ||
description = "Compress and decompress data on the web using WebAssembly." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"Colin Tim Barndt <[email protected]>" | ||
], | ||
"description": "Compress and decompress data on the web using WebAssembly.", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"license": "Unlicense", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -13,7 +13,7 @@ | |
"files": [ | ||
"wasm_gzip.wasm", | ||
"wasm_gzip.js", | ||
"wasm_gzip.d.ts" | ||
"*.d.ts" | ||
], | ||
"module": "wasm_gzip.js", | ||
"types": "wasm_gzip.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters