From e703c17a47b60cb4723349485f9da86f3a158ace Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 6 Dec 2022 20:33:19 +0800 Subject: [PATCH] =?UTF-8?q?chore(cli):=20=E5=8E=BB=E6=8E=89type=3Dmoudule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cli/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 02311988..ef202f9e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,6 @@ { "version": "1.2.0-beta.20", "name": "@tmagic/cli", - "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "Apache-2.0",