Skip to content

Commit 0b00fae

Browse files
authored
Include links to the repository and the homepage (#287)
1 parent 95b4889 commit 0b00fae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"description": "Simple React Native testing utilities helping you write better tests with less effort",
55
"main": "build/index.js",
66
"typings": "./typings/index.d.ts",
7-
"repository": "[email protected]:callstack/react-native-testing-library.git",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://www.github.com/callstack/react-native-testing-library.git"
10+
},
11+
"homepage": "https://callstack.github.io/react-native-testing-library",
812
"author": "Michał Pierzchała <[email protected]>",
913
"license": "MIT",
1014
"private": false,

0 commit comments

Comments
 (0)