Skip to content

Commit c135372

Browse files
committed
fix: remove npm publish warning
1 parent 83d6117 commit c135372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"jsi",
4444
"c++"
4545
],
46-
"repository": "https://github.com/dcangulo/react-native-pkce-challenge",
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/dcangulo/react-native-pkce-challenge.git"
49+
},
4750
"author": "David Angulo <[email protected]> (https://www.davidangulo.xyz)",
4851
"license": "MIT",
4952
"bugs": {

0 commit comments

Comments
 (0)