Skip to content

Commit d160f7e

Browse files
Merge pull request #6 from MUGISHA-Pascal/pascal-dev
feat: new version 1.0.1 start-it-cli command
2 parents f53fc32 + d103359 commit d160f7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "start-it-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A prompt-based CLI tool to scaffold projects for Go, Flutter, React Native, Spring Boot, and more",
55
"main": "dist/index.js",
66
"bin": {
7-
"start-it": "dist/cli.js"
7+
"start-it-cli": "dist/cli.js"
88
},
99
"scripts": {
1010
"build": "tsc",

0 commit comments

Comments
 (0)