Skip to content

Commit 0afb806

Browse files
authored
Set "private": true in package.json (#185)
This is meant to be a bool, not a string. <https://docs.npmjs.com/cli/v10/configuring-npm/package-json#private>
1 parent 44919fe commit 0afb806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "app",
3-
"private": "true"
3+
"private": true
44
}

0 commit comments

Comments
 (0)