Skip to content

Commit

Permalink
fix: add missing entry on jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 13, 2024
1 parent 40a1481 commit 293b068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"./rolldown": "./src/rolldown.ts",
"./vite": "./src/vite.ts",
"./webpack": "./src/webpack.ts",
"./rspack": "./src/rspack.ts"
"./rspack": "./src/rspack.ts",
"./transformers": "./src/transformers.ts"
},
"publish": {
"include": [
Expand Down

0 comments on commit 293b068

Please sign in to comment.