fix: nodejs package publish error

master
MiaoWoo 2023-10-25 16:25:24 +08:00
parent fce3c1a284
commit 5f5df3452d
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
"dist/*.js", "dist/**/*.js",
"dist/*.ts", "dist/**/*.ts",
"dist/*.map" "dist/**/*.map"
], ],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",