summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPawel Zelawski <pawel@pzelawski.com>2026-06-30 14:49:39 +0200
committerPawel Zelawski <pawel@pzelawski.com>2026-06-30 14:49:39 +0200
commitb08f5f7bf7ccaafdb0d964e8dd04594988a5e3ca (patch)
tree6946d974997cd53a5560156c17c0e15d9b7e0f23 /package.json
parent59c69a611d6bd1308cd32a9a0cd6f9065622c71d (diff)
chore: exclude test typings from release packageHEADv3.0.1main
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6125d53..8b1a632 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,10 @@
}
},
"files": [
- "dist"
+ "dist/*.js",
+ "dist/*.js.map",
+ "dist/*.d.ts",
+ "dist/*.d.ts.map"
],
"scripts": {
"build": "vite build",