Skip to content

Commit 4339c2b

Browse files
authored
[0.87] Add repository field to package.json
1 parent 7b2fbb8 commit 4339c2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@react-native-community/template",
33
"version": "0.87.0-rc.0-9f4f7e5",
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
},
@@ -21,4 +25,4 @@
2125
"prettier": "^3.6.2",
2226
"semver": "^7.6.3"
2327
}
24-
}
28+
}

0 commit comments

Comments
 (0)