]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: add `private: true` to avoid "No license field" warning (#192)
authorZhousg <zhoushugang@itcast.cn>
Thu, 24 Nov 2022 08:19:05 +0000 (16:19 +0800)
committerGitHub <noreply@github.com>
Thu, 24 Nov 2022 08:19:05 +0000 (16:19 +0800)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
template/base/package.json

index caeafe70577d92cc2af0a4bbe9e0300d9fea3ab7..dddc018c7f49c9aaf329a4b1f62b0307080eb7bd 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "private": true,
   "scripts": {
     "dev": "vite",
     "build": "vite build",