diff --git a/.npmignore b/.npmignore index 420b0ae..e4d1cfd 100644 --- a/.npmignore +++ b/.npmignore @@ -7,5 +7,4 @@ template/android template/node_modules template/package.json template/src/Packages.ts -template/src/config/Config.ts -template/electron.index.json \ No newline at end of file +template/src/config/Config.ts \ No newline at end of file diff --git a/package.json b/package.json index 486cbf9..adae76d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@next2d/framework-typescript-template", "description": "Next2D Framework default TypeScript template.", - "version": "2.0.2", + "version": "2.0.3", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/framework-typescript-template/issues/new", "author": "Toshiyuki Ienaga",