Skip to content

Commit f6ea050

Browse files
committed
docs: update examples
1 parent 1f8684d commit f6ea050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ipfs-css": "^0.13.1",
99
"react": "^16.8.0",
1010
"react-dom": "^16.8.0",
11-
"react-scripts": "3.0.1",
11+
"react-scripts": "3.1.1",
1212
"tachyons": "^4.11.1"
1313
},
1414
"scripts": {

src/hooks/use-ipfs-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function useIpfsFactory ({ commands }) {
2929
setIpfsReady(false)
3030
}
3131
}
32-
}, [])
32+
})
3333

3434
async function startIpfs () {
3535
if (ipfs) {

0 commit comments

Comments
 (0)