Files
zulip/patches/simplebar.patch
Anders Kaseorg 9dd4dc08fd dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-06-04 16:24:47 -07:00

17 lines
551 B
Diff

diff --git a/package.json b/package.json
index 74d1c8dbb42a572e8dd2616bf99cad9deed107bc..1baf044ddf6fe61d9da5f0d1f89198853d17534a 100644
--- a/package.json
+++ b/package.json
@@ -22,8 +22,10 @@
"exports": {
".": {
"import": "./dist/index.mjs",
- "require": "./dist/index.cjs"
+ "require": "./dist/index.cjs",
+ "types": "./dist/index.d.ts"
},
+ "./dist/simplebar.css": "./dist/simplebar.css",
"./dist/simplebar.min.css": "./dist/simplebar.min.css"
},
"homepage": "https://grsmto.github.io/simplebar/",