We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3089cc5 commit 5581fa5Copy full SHA for 5581fa5
Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
5
members = ["./japan-geoid-*"]
6
7
[workspace.package]
8
-version = "0.4.1"
+version = "0.4.2"
9
edition = "2021"
10
authors = [
11
"Taku Fukada <[email protected]>",
README.md
@@ -108,7 +108,6 @@ console.log(
108
109
```bash
110
wasm-pack build -t web
111
-python patch_esm.py
112
```
113
114
## License
@@ -119,6 +118,5 @@ MIT License
119
118
120
## Authors
121
122
-- Taku Fukada
123
-- [MIERUNE Inc.](https://www.mierune.co.jp/)
+Taku Fukada ([@ciscorn](https://github.com/ciscorn))
124
patch_esm.py
0 commit comments