Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Oct 25, 2024
1 parent 05d711b commit e1abe02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-pixi-vn",
"description": "Create a new Pixi’VN project",
"version": "0.2.8",
"version": "0.2.9",
"type": "module",
"license": "GPL-3.0",
"author": "DRincs-Productions",
Expand Down Expand Up @@ -34,13 +34,17 @@
"homepage": "https://pixi-vn.web.app/",
"funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/minimist": "^1.2.5",
"@types/prompts": "^2.4.9",
"@types/which": "^3.0.4",
"cross-spawn": "^7.0.3",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2",
"unbuild": "^2.0.0",
"unbuild": "^2.0.0"
},
"dependencies": {
"which": "^5.0.0"
}
}

0 comments on commit e1abe02

Please sign in to comment.