Skip to content

Commit

Permalink
chore: restore exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkangning committed Dec 25, 2023
1 parent c9a0946 commit 22f6f88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
6 changes: 6 additions & 0 deletions packages/vite-plugin-react-convention-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orca-fe/vite-plugin-react-convention-routes

## 0.0.11

### Patch Changes

- chore: restore exports

## 0.0.10

### Patch Changes
Expand Down
15 changes: 1 addition & 14 deletions packages/vite-plugin-react-convention-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-fe/vite-plugin-react-convention-routes",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"description": "A vite plugin for react convention routes",
"keywords": [
Expand All @@ -16,19 +16,6 @@
"license": "MIT",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./routes": {
"import": "./routes.js",
"types": "./routes.d.ts"
},
"./typing.d": {
"types": "./typing.d.ts"
}
},
"files": [
"dist",
"typing.d.ts",
Expand Down

0 comments on commit 22f6f88

Please sign in to comment.