We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb47a8 commit 4bc25d0Copy full SHA for 4bc25d0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kirimase",
3
- "version": "0.0.54",
+ "version": "0.0.55",
4
"description": "A Rails-like CLI for building full-stack Next.js apps faster",
5
"main": "index.js",
6
"type": "module",
src/index.ts
@@ -6,7 +6,7 @@ import { buildSchema } from "./commands/generate/index.js";
import { addPackage } from "./commands/add/index.js";
7
8
const program = new Command();
9
-program.name("kirimase").description("Kirimase CLI").version("0.0.54");
+program.name("kirimase").description("Kirimase CLI").version("0.0.55");
10
11
addCommonOptions(program.command("init"))
12
.description("initialise and configure kirimase within directory")
0 commit comments