From: Haoqun Jiang Date: Thu, 7 Oct 2021 07:20:07 +0000 (+0800) Subject: chore: it doesn't make sense to have a `main` field at the current stage X-Git-Tag: v3.0.0-beta.5~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f10bff91b62f830127d8f87204b8eefafdc0a4a;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: it doesn't make sense to have a `main` field at the current stage --- 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" },