1.3.9(remove source map)

This commit is contained in:
night0721 2021-10-15 00:48:40 +08:00
parent fa90dcfb3d
commit 5a201552f9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "cath", "name": "cath",
"version": "1.3.8-dev", "version": "1.3.9",
"description": "A powerful package that can interact with Cath API", "description": "A powerful package that can interact with Cath API",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -6,7 +6,7 @@
"target": "ESNext", "target": "ESNext",
"declaration": true, "declaration": true,
"outDir": "dist", "outDir": "dist",
"sourceMap": true, "sourceMap": false,
"esModuleInterop": true, "esModuleInterop": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,