From 4759fe595191f43e06a55e58d48e2b52eb969daa Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 14 Oct 2023 08:25:04 -0400 Subject: [PATCH] Change package.json main script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20523af..ceef5dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sync", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },