diff --git a/.npmignore b/.npmignore index e4d1cfd..0b37c9c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,7 @@ .github .gitattributes .gitignore -template/dist template/ios template/android template/node_modules -template/package.json -template/src/Packages.ts -template/src/config/Config.ts \ No newline at end of file +template/package.json \ No newline at end of file diff --git a/package.json b/package.json index adae76d..4e5eabf 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.3", + "version": "2.0.4", "homepage": "https://next2d.app", "bugs": "https://github.com/Next2D/framework-typescript-template/issues/new", "author": "Toshiyuki Ienaga", diff --git a/template/.gitignore b/template/.gitignore index 033fffb..5d64a45 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -23,6 +23,6 @@ dist-ssr *.sln *.sw? -src/Packages.* -src/config/Config.* +src/Packages.ts +src/config/Config.ts electron/resources \ No newline at end of file