done.zone 0.1.20 → 0.1.27
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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript declarations for authoring Done smart contracts with first-class editor support.
|
|
4
4
|
|
|
5
|
-
These types are generated by the `cw-js` build script.
|
|
5
|
+
These types are generated by the `cw-js` build script.
|
|
6
|
+
|
|
7
|
+
Run:
|
|
6
8
|
|
|
7
9
|
```sh
|
|
8
10
|
cargo build -p cw-js --features ts-bindings
|