Skip to content

Commit

Permalink
feat: support jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 committed Mar 6, 2024
1 parent 0b28f57 commit 4361e91
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "unplugin-stylex",
"version": "0.2.0",
"exports": {
"./index": "./src/index.ts",
"./esbuild": "./src/esbuild.ts",
"./rollup": "./src/rollup.ts",
"./rspack": "./src/rspack",
"./vite": "./src/vite.ts",
"./webpack": "./src/webpack.ts"
},
"exclude": [
".eslintrc.json",
".eslintignore",
"test",
"examples",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
"tsconfig.json"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-stylex",
"version": "0.1.0",
"version": "0.2.0",
"packageManager": "[email protected]",
"description": "Unplugin for stylex",
"repository": "https://github.com/eryue0220/unplugin-stylex",
Expand Down

0 comments on commit 4361e91

Please sign in to comment.