Skip to content

Commit

Permalink
chore(dev-mashup): Fix broken yarn start (#893)
Browse files Browse the repository at this point in the history
* chore: adaptations to parcel v.2
  • Loading branch information
johanlahti committed Aug 15, 2022
1 parent e5497e1 commit 3ee2462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dev-mashup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
<div class="listbox"></div>
</div>

<script src="index.js"></script>
<script type="module" src="index.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion examples/dev-mashup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "local-mashup",
"version": "1.0.0",
"description": "Simple local mashup",
"main": "index.html",
"main": "index.js",
"scripts": {
"start": "parcel index.html --open --no-hmr",
"build": "parcel build index.html"
Expand Down

0 comments on commit 3ee2462

Please sign in to comment.