Skip to content

Commit

Permalink
fix: jsr config (#20)
Browse files Browse the repository at this point in the history
* feat: support jsr

* fix: jsr config bug
  • Loading branch information
eryue0220 authored Mar 6, 2024
1 parent 9a5ad88 commit b95451c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-stylex",
"version": "0.2.1",
"name": "@eryue0220/unplugin-stylex",
"version": "0.2.2",
"exports": {
"./index": "./src/index.ts",
"./esbuild": "./src/esbuild.ts",
Expand All @@ -15,7 +15,6 @@
"test",
"examples",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
"tsconfig.json"
"pnpm-workspace.yaml"
]
}
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.2.1",
"version": "0.2.2",
"packageManager": "pnpm@8.11.0",
"description": "Unplugin for stylex",
"repository": "/~https://github.com/eryue0220/unplugin-stylex",
Expand Down

0 comments on commit b95451c

Please sign in to comment.