Skip to content

Commit 56b77ae

Browse files
authored
Add "repository" field to package.json (#241)
1 parent 249b711 commit 56b77ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@react-native-community/template",
33
"version": "0.83.0-main",
44
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/react-native-community/template.git"
8+
},
59
"publishConfig": {
610
"access": "public"
711
},

0 commit comments

Comments
 (0)