chorn: change pack files

This commit is contained in:
2023-10-25 17:44:27 +08:00
parent 1d26a1e318
commit 9fac585e5e
20 changed files with 57 additions and 57 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",