We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936bd38 commit 51b2046Copy full SHA for 51b2046
packages/app/server/api/repo/search.get.ts
@@ -264,4 +264,4 @@ export default defineEventHandler(async (event) => {
264
},
265
};
266
}
267
-});
+});
packages/cli/index.ts
@@ -75,7 +75,7 @@ const main = defineCommand({
75
description: "use `yarn pack` instead of `npm pack --json`",
76
77
bun: {
78
- "type": "boolean",
+ type: "boolean",
79
description: "use `bun pm pack` instead of `npm pack --json`",
80
81
template: {
0 commit comments