Skip to content

Commit d31f14f

Browse files
committed
fix: update jsr export field
1 parent 7e17f53 commit d31f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@dschz/solid-lightweight-charts",
33
"version": "0.4.0",
44
"license": "MIT",
5-
"exports": "./src/index.tsx",
5+
"exports": "./src/index.ts",
66
"publish": {
77
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.tsx", "src/**/*.ts"],
88
"exclude": ["**/*.test.tsx", "**/*.test.ts"]

0 commit comments

Comments
 (0)