From 3ee24623e3265418a0357f13742bde0f8c429c65 Mon Sep 17 00:00:00 2001 From: Johan Lahti Date: Mon, 15 Aug 2022 15:58:54 +0200 Subject: [PATCH] chore(dev-mashup): Fix broken yarn start (#893) * chore: adaptations to parcel v.2 --- examples/dev-mashup/index.html | 2 +- examples/dev-mashup/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dev-mashup/index.html b/examples/dev-mashup/index.html index 105ced208..52225577f 100644 --- a/examples/dev-mashup/index.html +++ b/examples/dev-mashup/index.html @@ -53,6 +53,6 @@
- + diff --git a/examples/dev-mashup/package.json b/examples/dev-mashup/package.json index a4abcbb65..72d4f98da 100755 --- a/examples/dev-mashup/package.json +++ b/examples/dev-mashup/package.json @@ -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"