libevm 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,7 @@ You can immediately start using this library into your Bash program by
85
85
  pasting the following at its beginning:
86
86
 
87
87
  ```bash
88
- _bin="$( \
88
+ _bin="$(
89
89
  dirname \
90
90
  "$( \
91
91
  command \
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name":
3
3
  "libevm",
4
4
  "version":
5
- "0.0.1",
5
+ "0.0.2",
6
6
  "description":
7
7
  "Library providing useful functions to write native applications interacting with EVM-compatible blockchain networks.",
8
8
  "funding": {