Skip to content

Commit e2b44f9

Browse files
committed
chore: updates jsr config
1 parent caecbe1 commit e2b44f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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/bun-plugin-solid",
33
"version": "1.0.2",
44
"license": "MIT",
5-
"exports": "./src/index.ts"
5+
"exports": "./src/index.ts",
6+
"publish": {
7+
"include": ["LICENSE", "README.md", "src/**/*.ts"],
8+
"exclude": ["**/*.test.ts"]
9+
}
610
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const SolidPlugin = (options: Partial<SolidPluginOptions> = {}): Bun.BunP
9595
};
9696

9797
const plugin = {
98-
name: "bun-plugin-solid-jsx",
98+
name: "bun-plugin-solid",
9999
setup: (build) => {
100100
let babel: typeof import("@babel/core") | undefined;
101101
let babelTransformPresets: PluginItem[] | undefined;

0 commit comments

Comments
 (0)