From c042baea5f273de30c8981c37c408737495d7ba0 Mon Sep 17 00:00:00 2001 From: gxz Date: Tue, 31 Oct 2023 21:06:00 +0800 Subject: [PATCH] chore: change to src/index.ts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 797496a..e2ad76a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@agoraio-extensions/terra_shared_configs", - "version": "1.0.0", + "version": "1.0.1", "description": "", - "main": "dist/index.js", + "main": "src/index.ts", "scripts": { "build": "tsc", "test": "jest",