create-next2d-app 2.0.2 → 2.0.3

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/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -316,8 +316,6 @@ const createApp = (app_name, template = "@next2d/framework-template") => {
316
316
  "*.njsproj",
317
317
  "*.sln",
318
318
  "*.sw?",
319
- "src/config/Config.*",
320
- "src/Packages.*",
321
319
  "electron/resources"
322
320
  ];
323
321
  fs.writeFileSync(path.join(root, ".gitignore"), ignoreList.join(os.EOL));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-next2d-app",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Create Next2D apps with no build configuration.",
5
5
  "author": "Toshiyuki Ienaga<ienaga@tvon.jp>",
6
6
  "license": "MIT",