Skip to content

Commit cc413b1

Browse files
committed
Remove solid-js override and add bin to published files
- Remove overrides field that pointed to local monorepo path - Add bin directory to npm package files - Standalone binaries bundle all dependencies, so override not needed for CI
1 parent 20e7b9a commit cc413b1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414
},
1515
"homepage": "https://github.com/DanielFGray/effect-tui#readme",
1616
"type": "module",
17-
"files": ["dist"],
17+
"files": ["dist", "bin"],
1818
"bin": {
1919
"effect-devtools": "./bin/effect-devtools"
2020
},
21-
"overrides": {
22-
"solid-js": "file:../../opentui-source/node_modules/solid-js"
23-
},
2421
"scripts": {
2522
"dev": "bun --watch --conditions=browser src/index.tsx",
2623
"build": "./build.ts",

0 commit comments

Comments
 (0)