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",
"main": "dist/index.js",
"files": [
"dist/*.js",
"dist/*.ts",
"dist/*.map"
"dist/**/*.js",
"dist/**/*.ts",
"dist/**/*.map"
],
"scripts": {
"clean": "rimraf dist",