From 6bc9631748cc65cb3d1391f6d0727c1be0045075 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Tue, 2 Jul 2024 23:43:56 -0400 Subject: [PATCH] FUCK --- msagent.js/package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/msagent.js/package.json b/msagent.js/package.json index 159806b..8d7317b 100644 --- a/msagent.js/package.json +++ b/msagent.js/package.json @@ -10,14 +10,8 @@ "scripts": { "build": "parcel build" }, -<<<<<<< HEAD "type": "module", "source": "src/index.ts", "module": "./dist/index.js", "types": "./dist/index.d.ts" -======= - "main": "./dist/index.js", - "types": "./dist/index.d.ts", - "type": "module" ->>>>>>> 2414658 (working chat and TTS) }