From 5a201552f960585317991cddb2cb852a61b234ab Mon Sep 17 00:00:00 2001 From: night0721 Date: Fri, 15 Oct 2021 00:48:40 +0800 Subject: [PATCH] 1.3.9(remove source map) --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ccf9ba3..dda17aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.3.8-dev", + "version": "1.3.9", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index 721ee0e..5e26e82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "target": "ESNext", "declaration": true, "outDir": "dist", - "sourceMap": true, + "sourceMap": false, "esModuleInterop": true, "experimentalDecorators": true, "emitDecoratorMetadata": true,