create-pixi-vn 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-pixi-vn",
3
3
  "description": "Create a new Pixi’VN project",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0",
7
7
  "author": "DRincs-Productions",
@@ -26,6 +26,8 @@ public/ink-json
26
26
 
27
27
  # Tauri
28
28
  *Cargo.lock
29
+ src-tauri/target
30
+ src-tauri/gen
29
31
 
30
32
  # Steam redistributable libraries (copied automatically by build.rs)
31
33
  src-tauri/steam_api64.dll
@@ -25,6 +25,8 @@ public/assets
25
25
 
26
26
  # Tauri
27
27
  *Cargo.lock
28
+ src-tauri/target
29
+ src-tauri/gen
28
30
 
29
31
  # Steam redistributable libraries (copied automatically by build.rs)
30
32
  src-tauri/steam_api64.dll