Skip to content

Commit 9acd741

Browse files
zhousghaoqunjiang
andauthored
fix: add private: true to avoid "No license field" warning (vuejs#192)
Co-authored-by: Haoqun Jiang <[email protected]>
1 parent 23dea10 commit 9acd741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/base/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"scripts": {
34
"dev": "vite",
45
"build": "vite build",

0 commit comments

Comments
 (0)