Skip to content

Commit

Permalink
refactor: actually remove all exports from create-solid
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommypop2 committed Jan 19, 2025
1 parent b26317e commit d6a0e0c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/create-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./types/src/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.mjs",
"types": "./types/src/index.d.ts"
}
},
"bin": {
"create-solid": "./dist/bin.mjs"
},
Expand Down

0 comments on commit d6a0e0c

Please sign in to comment.