Skip to content

Commit

Permalink
Rename to main
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Jun 11, 2024
1 parent 75b6a01 commit a7cec22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 630 deletions.
11 changes: 3 additions & 8 deletions packages/vite-plugin-stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/experimental.d.mts",
"import": "./dist/experimental.mjs",
"default": "./dist/experimental.mjs"
},
"./experimental": {
"types": "./dist/experimental.d.mts",
"import": "./dist/experimental.mjs",
"default": "./dist/experimental.mjs"
"types": "./dist/main.d.mts",
"import": "./dist/main.mjs",
"default": "./dist/main.mjs"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit a7cec22

Please sign in to comment.