From d6ed06fb8fc07a0fd1a266f9ea090c2d41feeca9 Mon Sep 17 00:00:00 2001 From: ienaga Date: Thu, 22 Jun 2023 21:50:04 +0900 Subject: [PATCH] =?UTF-8?q?#5=20=E3=83=9E=E3=83=AB=E3=83=81=E3=83=97?= =?UTF-8?q?=E3=83=A9=E3=83=83=E3=83=88=E3=83=95=E3=82=A9=E3=83=BC=E3=83=A0?= =?UTF-8?q?=E5=AF=BE=E5=BF=9C(WIP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.js b/index.js index e784449..4ecbf72 100644 --- a/index.js +++ b/index.js @@ -390,10 +390,6 @@ const createApp = function (app_name, template = "@next2d/framework-template") "webpack", "webpack-cli", "webpack-dev-server", - "@babel/core", - "@babel/preset-env", - "eslint", - "eslint-webpack-plugin", "@capacitor/cli", "@capacitor/core", "@capacitor/ios", diff --git a/package.json b/package.json index 1d89ad3..fa543e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-next2d-app", - "version": "1.2.2", + "version": "1.2.3", "description": "Create Next2D apps with no build configuration.", "author": "Toshiyuki Ienaga", "license": "MIT",