From 4f10bff91b62f830127d8f87204b8eefafdc0a4a Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Thu, 7 Oct 2021 15:20:07 +0800 Subject: [PATCH] chore: it doesn't make sense to have a `main` field at the current stage --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b5c7fff7..9f001f5c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "3.0.0-beta.4", "description": "An easy way to start a Vue project", "type": "module", - "main": "index.js", "bin": { "create-vue": "outfile.cjs" }, -- 2.39.5