From 45f06671b8d8a56a03984e607158d92910abf03d Mon Sep 17 00:00:00 2001 From: ienaga Date: Sun, 12 Nov 2023 16:55:20 +0900 Subject: [PATCH] =?UTF-8?q?#16=20=E4=B8=8D=E8=B6=B3=E3=81=97=E3=81=A6?= =?UTF-8?q?=E3=82=8B=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E3=82=B3?= =?UTF-8?q?=E3=83=9F=E3=83=83=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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",