ipfs-demo 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,9 +14,11 @@
14
14
 
15
15
  }
16
16
 
17
- const runFun = async () =>{
17
+ ( async function(){
18
+
18
19
  const addText = await ipfsClient();
19
20
  const storeResult = await addText.add('npm package manager')
20
21
  console.log(storeResult)
21
- }
22
+
23
+ })()
22
24
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipfs-demo",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "dependencies": {