Skip to content

Commit f483334

Browse files
committed
chore: adds assets directory to jsr publish
1 parent c1c9235 commit f483334

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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"exports": "./src/index.tsx",
66
"publish": {
7-
"include": ["LICENSE", "README.md", "CHANGELOG.md", "src/**/*.tsx", "src/**/*.ts"],
7+
"include": ["LICENSE", "README.md", "CHANGELOG.md", "assets", "src/**/*.tsx", "src/**/*.ts"],
88
"exclude": ["**/*.test.tsx", "**/*.test.ts"]
99
}
1010
}

0 commit comments

Comments
 (0)