瀏覽代碼

Add "repository" key to package.json

Adding `repository` allows the npm registry to link back to the repo.
Hawken Rives 7 年之前
父節點
當前提交
bcb67044ba
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      package.json

+ 4
- 0
package.json 查看文件

@@ -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
   }