Skip to content

Commit c8f5e3f

Browse files
committed
chore: updates jsr config
1 parent f3bdf7d commit c8f5e3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jsr.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"name": "@dschz/solid-create-script",
33
"version": "1.2.0",
44
"license": "MIT",
5-
"exports": "./src/index.tsx"
5+
"exports": "./src/index.tsx",
6+
"publish": {
7+
"include": ["LICENSE", "README.md", "src/**/*.tsx"],
8+
"exclude": ["**/*.test.tsx"]
9+
}
610
}

0 commit comments

Comments
 (0)