summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-24 10:23:44 +0800
committerLi Zhineng <[email protected]>2025-07-24 10:23:44 +0800
commitf182388ea21476dea458552a6334ab9e6e9eb469 (patch)
treebeb29a453fa9d0145e1143417b80c43e2ac6f1c0
parent58b7c54a209a6eb42d5f7dfc64d729e90907da81 (diff)
downloadwave-f182388ea21476dea458552a6334ab9e6e9eb469.tar.gz
wave-f182388ea21476dea458552a6334ab9e6e9eb469.zip
include only dist in the npm package
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index cae17aa..e02e58b 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,9 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
+ "files": [
+ "dist"
+ ],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "jest",