Skip to content

Commit

Permalink
Merge pull request #156 from N0tExisting/patch-1
Browse files Browse the repository at this point in the history
Fix Type Export
  • Loading branch information
Exelord committed Nov 9, 2023
2 parents 3b4c240 + 5371402 commit e41b477
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@
"url": "https://exelord.com"
}
],
"keywords": [
"solidhack",
"best_ecosystem",
"solidjs"
],
"keywords": ["solidhack", "best_ecosystem", "solidjs"],
"license": "MIT",
"files": [
"dist"
],
"files": ["dist"],
"main": "./dist/solid-proxies.cjs",
"module": "./dist/solid-proxies.js",
"types": "./dist/types/index.d.ts",
Expand All @@ -29,7 +23,8 @@
"exports": {
".": {
"import": "./dist/solid-proxies.js",
"require": "./dist/solid-proxies.cjs"
"require": "./dist/solid-proxies.cjs",
"types": "./dist/types/index.d.ts"
}
},
"scripts": {
Expand All @@ -56,9 +51,7 @@
"releaseName": "v${version}"
},
"hooks": {
"before:init": [
"vitest run"
]
"before:init": ["vitest run"]
}
},
"peerDependencies": {
Expand Down

0 comments on commit e41b477

Please sign in to comment.