We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07fb79 commit 3b33fb4Copy full SHA for 3b33fb4
examples/libp2p-in-the-browser/index.html
@@ -16,7 +16,7 @@ <h1 id="status">Starting libp2p...</h1>
16
<pre id="output"></pre>
17
</main>
18
19
- <script src="./index.js"></script>
+ <script type="module" src="./index.js"></script>
20
21
</body>
22
examples/libp2p-in-the-browser/package.json
@@ -2,7 +2,6 @@
2
"name": "libp2p-in-browser",
3
"version": "1.0.0",
4
"description": "A libp2p node running in the browser",
5
- "main": "dist/index.html",
6
"browserslist": [
7
"last 2 Chrome versions"
8
],
0 commit comments