We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2336df0 commit add1cb4Copy full SHA for add1cb4
1 file changed
package.json
@@ -13,9 +13,7 @@
13
"lint": "pnpm biome check",
14
"lint:fix": "pnpm biome check --write"
15
},
16
- "files": [
17
- "dist"
18
- ],
+ "files": ["dist"],
19
"dependencies": {
20
"figures": "^6.1.0",
21
"ink": "^5.2.1",
@@ -37,8 +35,6 @@
37
35
"typescript": "^5.8.3"
38
36
39
"pnpm": {
40
- "onlyBuiltDependencies": [
41
- "@biomejs/biome"
42
- ]
+ "onlyBuiltDependencies": ["@biomejs/biome"]
43
}
44
0 commit comments