We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b4889 commit 0b00faeCopy full SHA for 0b00fae
package.json
@@ -4,7 +4,11 @@
4
"description": "Simple React Native testing utilities helping you write better tests with less effort",
5
"main": "build/index.js",
6
"typings": "./typings/index.d.ts",
7
- "repository": "git@github.com:callstack/react-native-testing-library.git",
+ "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",
12
"author": "Michał Pierzchała <thymikee@gmail.com>",
13
"license": "MIT",
14
"private": false,
0 commit comments