We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f8914 commit 3670431Copy full SHA for 3670431
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dappbooster",
3
- "version": "3.0.2",
+ "version": "3.1.0",
4
"license": "MIT",
5
"bin": "dist/cli.js",
6
"type": "module",
@@ -15,7 +15,9 @@
15
"lint": "pnpm biome check",
16
"lint:fix": "pnpm biome check --write"
17
},
18
- "files": ["dist"],
+ "files": [
19
+ "dist"
20
+ ],
21
"dependencies": {
22
"figures": "^6.1.0",
23
"ink": "^5.2.1",
@@ -39,6 +41,8 @@
39
41
"vitest": "^4.1.0"
40
42
43
"pnpm": {
- "onlyBuiltDependencies": ["@biomejs/biome"]
44
+ "onlyBuiltDependencies": [
45
+ "@biomejs/biome"
46
+ ]
47
}
48
0 commit comments