From 96cf2520db7f9fdf5cd90236073d8134a93c127a Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 5 Jul 2022 19:19:15 -0500 Subject: [PATCH] move where index.js is --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c04ff66..48bffbe 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "cordis-ts", "type": "module", + "main": "index.js", "version": "1.0.0", "description": "", - "main": "index.js", "scripts": {}, "author": "", "license": "ISC",