From a3cebe7f7c536edc7fd57c8df569df57fecfd745 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Fri, 15 Jul 2022 14:56:52 +0300 Subject: [PATCH] remove the main from package.json (parcel-v2) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 5a714a7..0b5655d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "mancala-frontend", "version": "0.1.3-beta.14", "description": "Mancala Game Frontend", - "main": "index.js", "scripts": { "dev": "parcel src/index.html", "test": "echo \"Error: no test specified\" && exit 1",