Skip to content

Commit 3b33fb4

Browse files
committedAug 12, 2021
fix: browser example ci
1 parent a07fb79 commit 3b33fb4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎examples/libp2p-in-the-browser/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 id="status">Starting libp2p...</h1>
1616
<pre id="output"></pre>
1717
</main>
1818

19-
<script src="./index.js"></script>
19+
<script type="module" src="./index.js"></script>
2020

2121
</body>
2222

‎examples/libp2p-in-the-browser/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "libp2p-in-browser",
33
"version": "1.0.0",
44
"description": "A libp2p node running in the browser",
5-
"main": "dist/index.html",
65
"browserslist": [
76
"last 2 Chrome versions"
87
],

0 commit comments

Comments
 (0)
Please sign in to comment.