From cbf15007ec6f11dd2c09c2c828896c0a6ac4b0bd Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 14 May 2020 19:32:25 +0100 Subject: [PATCH] fix: fixes browser script tag example (#3034) Updates example syntax to new api, also removes references to `dist/index.js` in favour of `dist/index.min.js`. fixes #3027 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b88a1c0c9..951e2b6051 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "dot-prop": "^5.0.0", - "ipfs": "^0.43.0", + "ipfs": "^0.43.3", "ipfs-css": "^0.13.1", "react": "^16.8.6", "react-dom": "^16.8.6",