Skip to content

Commit

Permalink
fix: fixes browser script tag example (ipfs#3034)
Browse files Browse the repository at this point in the history
Updates example syntax to new api, also removes references to `dist/index.js` in favour of `dist/index.min.js`.

fixes ipfs#3027
  • Loading branch information
achingbrain authored May 14, 2020
1 parent 872dc75 commit cbf1500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbf1500

Please sign in to comment.