diff options
| author | Li Zhineng <[email protected]> | 2025-07-24 10:23:44 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-24 10:23:44 +0800 |
| commit | f182388ea21476dea458552a6334ab9e6e9eb469 (patch) | |
| tree | beb29a453fa9d0145e1143417b80c43e2ac6f1c0 /package.json | |
| parent | 58b7c54a209a6eb42d5f7dfc64d729e90907da81 (diff) | |
| download | wave-f182388ea21476dea458552a6334ab9e6e9eb469.tar.gz wave-f182388ea21476dea458552a6334ab9e6e9eb469.zip | |
include only dist in the npm package
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
