Skip to content

Commit eeadcb8

Browse files
committed
fix: update repository field format in package.json
1 parent 0c7796a commit eeadcb8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
"workspaces": [
5151
"example"
5252
],
53-
"repository": "https://github.com/mcodex/react-native-sensitive-info.git",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/mcodex/react-native-sensitive-info.git"
56+
},
5457
"author": "Mateus Andrade",
5558
"license": "MIT",
5659
"bugs": "https://github.com/mcodex/react-native-sensitive-info/issues",

0 commit comments

Comments
 (0)