Skip to content

Commit 8efd2f7

Browse files
committed
docs: properly name the repo
this is needed for NPM trusted publishing to work
1 parent 9763e87 commit 8efd2f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@nrfcloud/fetch-with-debug",
33
"version": "0.0.0-development",
44
"description": "Simple wrapper around fetch that logs request and response.",
5-
"homepage": "https://github.com/nrfcloud/fetch-with-debug#readme",
5+
"homepage": "https://github.com/nRFCloud/fetch-with-debug#readme",
66
"bugs": {
7-
"url": "https://github.com/nrfcloud/fetch-with-debug/issues"
7+
"url": "https://github.com/nRFCloud/fetch-with-debug/issues"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/nrfcloud/fetch-with-debug.git"
11+
"url": "git+https://github.com/nRFCloud/fetch-with-debug.git"
1212
},
1313
"author": "Nordic Semiconductor ASA | nordicsemi.no",
1414
"scripts": {

0 commit comments

Comments
 (0)