Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jul 31, 2024
1 parent b20ee02 commit ef36964
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-pixi-vn",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"license": "GPL-3.0",
"author": "DRincs-Productions",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ async function init() {
break
default:
console.log(` ${pkgManager} install`)
console.log(` ${pkgManager} run dev`)
console.log(` ${pkgManager} run start`)
break
}
console.log()
Expand Down

0 comments on commit ef36964

Please sign in to comment.