Skip to content

Commit ba1d19b

Browse files
committed
➕ add github repository field
1 parent c7a830e commit ba1d19b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: packages/react-scripts/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "custom-react-scripts",
33
"version": "0.0.22",
44
"description": "Configuration and scripts for Create React App.",
5-
"repository": "https://npmjs.com/package/custom-react-scripts",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/kitze/create-react-app/"
8+
},
69
"license": "BSD-3-Clause",
710
"engines": {
811
"node": ">=4"

0 commit comments

Comments
 (0)