]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: it doesn't make sense to have a `main` field at the current stage
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 7 Oct 2021 07:20:07 +0000 (15:20 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 7 Oct 2021 07:20:07 +0000 (15:20 +0800)
package.json

index b5c7fff7e2c788c8cc6b3e9f4f1110e93e3e8e1b..9f001f5cc662e8b6458941ecab5423080f8241ba 100644 (file)
@@ -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"
   },