Skip to content

Commit 4bd3407

Browse files
Add missing package.json respository.url fields (#331)
* Add missing package.json `respository.url` fields * Switch to `git+https://` for repo URL Co-authored-by: Frankie Roberto <frankie@frankieroberto.com> --------- Co-authored-by: Frankie Roberto <frankie@frankieroberto.com>
1 parent 84a55c6 commit 4bd3407

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
@@ -5,6 +5,10 @@
55
"author": {
66
"name": "NHS England"
77
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/NHSDigital/nhsuk-react-components.git"
11+
},
812
"sideEffects": false,
913
"type": "module",
1014
"imports": {

0 commit comments

Comments
 (0)