This repository was archived by the owner on Mar 23, 2021. It is now read-only.
Commit a782fc0
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments