Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit a782fc0

Browse files
committed
Flag new_project as private in package.json
This prevents accidental publication of the repository (see https://docs.npmjs.com/files/package.json#private). It's what `create-react-app` does with its template apps, and importantly it suppresses the annoying "missing license field" warning when running yarn commands inside the examples or when a user builds on the template project.
1 parent 6fd788b commit a782fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

new_project/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "new_project",
33
"version": "1.0.0",
4+
"private": true,
45
"dependencies": {
56
"comit-sdk": "^0.7.0"
67
}

0 commit comments

Comments
 (0)