Selaa lähdekoodia

Merge pull request #49 from hawkrives/patch-1

Add "repository" key to package.json
Gaëtan Renaudeau 7 vuotta sitten
vanhempi
commit
ed55064704
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      package.json

+ 4
- 0
package.json Näytä tiedosto

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