From b92bb36d7be0a9b5caef2cb97b8343d797d27ac8 Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 14 Sep 2021 00:12:28 +0800 Subject: [PATCH] fix --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a66ad2a..08b50e9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cath", + "name": "cath.js", "version": "1.1.2-dev", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", diff --git a/tsconfig.json b/tsconfig.json index 721ee0e..2dbe86d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "skipDefaultLibCheck": true, "resolveJsonModule": true }, - "include": ["./src"], + "include": ["./dist"], "exclude": ["./node_modules"] }