fix: browser example ci

This commit is contained in:
Vasco Santos
2021-08-12 14:29:11 +02:00
committed by Vasco Santos
parent a07fb7960b
commit 3b33fb4b73
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<pre id="output"></pre>
</main>
<script src="./index.js"></script>
<script type="module" src="./index.js"></script>
</body>

View File

@ -2,7 +2,6 @@
"name": "libp2p-in-browser",
"version": "1.0.0",
"description": "A libp2p node running in the browser",
"main": "dist/index.html",
"browserslist": [
"last 2 Chrome versions"
],