Skip to content

Commit 4fa16fd

Browse files
committed
Add private & license fields to package.json
1 parent 81bbc6f commit 4fa16fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "react-tutorial",
33
"version": "0.0.0",
4+
"private": true,
5+
"license": "see LICENSE file",
46
"description": "Code from the React tutorial.",
57
"main": "server.js",
68
"dependencies": {

0 commit comments

Comments
 (0)