Skip to content

Commit cbf1500

Browse files
authored
fix: fixes browser script tag example (ipfs#3034)
Updates example syntax to new api, also removes references to `dist/index.js` in favour of `dist/index.min.js`. fixes ipfs#3027
1 parent 872dc75 commit cbf1500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"dot-prop": "^5.0.0",
6-
"ipfs": "^0.43.0",
6+
"ipfs": "^0.43.3",
77
"ipfs-css": "^0.13.1",
88
"react": "^16.8.6",
99
"react-dom": "^16.8.6",

0 commit comments

Comments
 (0)