create-next2d-app 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -412,8 +412,8 @@ function createApp (app_name, template = "@next2d/framework-template")
412
412
  "npm-debug.log*",
413
413
  "yarn-debug.log*",
414
414
  "yarn-error.log*",
415
- "src/Config.file",
416
- "src/Packages.file"
415
+ "src/config/Config.js",
416
+ "src/Packages.js"
417
417
  ];
418
418
 
419
419
  fs.writeFileSync(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-next2d-app",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Create Next2D apps with no build configuration.",
5
5
  "author": "Toshiyuki Ienaga<ienaga@tvon.jp>",
6
6
  "license": "MIT",