Browse Source

Merge pull request #49 from hawkrives/patch-1

Add "repository" key to package.json
Gaëtan Renaudeau 7 years ago
parent
commit
ed55064704
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      package.json

+ 4
- 0
package.json View File

13
   ],
13
   ],
14
   "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
14
   "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
15
   "license": "MIT",
15
   "license": "MIT",
16
+  "repository": {
17
+    "type": "git",
18
+    "url": "https://github.com/gre/react-native-view-shot.git"
19
+  },
16
   "peerDependencies": {
20
   "peerDependencies": {
17
     "react-native": "*"
21
     "react-native": "*"
18
   }
22
   }