Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jul 30, 2024
1 parent 8070287 commit dfb23cd
Show file tree
Hide file tree
Showing 3 changed files with 6 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.1",
"version": "0.1.2",
"type": "module",
"license": "GPL-3.0",
"author": "DRincs-Productions",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ const TEMPLATES = FRAMEWORKS.map(
).reduce((a, b) => a.concat(b), [])

const renameFiles: Record<string, string | undefined> = {
// _gitignore: '.gitignore',
_gitignore: '.gitignore',
_vscode: '.vscode',
_eslintrc: '.eslintrc',
}

const defaultTargetDir = 'pixi-vn-project'
Expand Down

0 comments on commit dfb23cd

Please sign in to comment.