We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e381f commit e225131Copy full SHA for e225131
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "effect-devtui",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Terminal UI for Effect DevTools",
5
"keywords": [
6
"effect",
@@ -21,8 +21,7 @@
21
"homepage": "https://github.com/DanielFGray/effect-devtui#readme",
22
"type": "module",
23
"files": [
24
- "dist/index.js",
25
- "dist/index.js.map",
+ "dist",
26
"bin"
27
],
28
"bin": {
0 commit comments