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",
"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",

View file

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