@snapshot-labs/snapshot.js 0.3.28 → 0.3.29

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,12 +20,12 @@ You can create an index.html file and include Snapshot.js with:
20
20
 
21
21
  #### Install dependencies
22
22
  ```bash
23
- npm install
23
+ yarn
24
24
  ```
25
25
 
26
26
  #### Build package
27
27
  ```bash
28
- npm run build
28
+ yarn build
29
29
  ```
30
30
 
31
31
  ### License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.3.28",
3
+ "version": "0.3.29",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",