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.
- package/index.js +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.
|
|
416
|
-
"src/Packages.
|
|
415
|
+
"src/config/Config.js",
|
|
416
|
+
"src/Packages.js"
|
|
417
417
|
];
|
|
418
418
|
|
|
419
419
|
fs.writeFileSync(
|