Skip to content

Commit 82599ad

Browse files
committed
Fix npm package to only include JS bundle, not binaries
1 parent b742684 commit 82599ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"homepage": "https://github.com/DanielFGray/effect-tui#readme",
1616
"type": "module",
17-
"files": ["dist", "bin"],
17+
"files": ["dist/index.js", "dist/index.js.map", "bin"],
1818
"bin": {
1919
"effect-devtools": "./bin/effect-devtools"
2020
},

0 commit comments

Comments
 (0)