Skip to content

Commit 6281b48

Browse files
committed
Add repository and license field to package.json
Ref wmonk#25
1 parent d45ddbf commit 6281b48

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": "create-react-app-scripts",
33
"version": "0.0.1",
4+
"repository": "https://github.com/facebookincubator/create-react-app",
5+
"license": "BSD-3-Clause",
46
"scripts": {
57
"start": "node scripts/start.js",
68
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)