From cd1025f49b9f9f18e53d40237b75eb7fa2379619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1ndly=20Gerg=C5=91?= Date: Wed, 6 Jan 2021 14:01:21 +0200 Subject: [PATCH] fix: package json entrypoint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 497c4e4..f96b468 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "proiect", "version": "1.0.0", "description": "Proiect PIU", - "main": "src/index.js", + "main": "src/script/index.js", "scripts": { "start": "webpack serve", "build": "cross-env NODE_ENV=production webpack",