From: Zhousg Date: Thu, 24 Nov 2022 08:19:05 +0000 (+0800) Subject: fix: add `private: true` to avoid "No license field" warning (#192) X-Git-Tag: v3.4.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9acd74162bbea6c43b3f59819232e3117cca0857;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: add `private: true` to avoid "No license field" warning (#192) Co-authored-by: Haoqun Jiang --- diff --git a/template/base/package.json b/template/base/package.json index caeafe70..dddc018c 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -1,4 +1,5 @@ { + "private": true, "scripts": { "dev": "vite", "build": "vite build",