瀏覽代碼

修改package.json

az 6 年之前
父節點
當前提交
971a2936cf
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    6
      package.json

+ 6
- 6
package.json 查看文件

1
 {
1
 {
2
-  "name": "white-react-native-agora",
3
-  "version": "1.0.1",
4
-  "description": "Agora bridge for rn",
2
+  "name": "react-native-agora",
3
+  "version": "1.0.0",
4
+  "description": "声网Agora",
5
   "main": "index.js",
5
   "main": "index.js",
6
   "scripts": {
6
   "scripts": {
7
     "pu": "npm publish",
7
     "pu": "npm publish",
9
   },
9
   },
10
   "repository": {
10
   "repository": {
11
     "type": "git",
11
     "type": "git",
12
-    "url": "git+https://github.com/duty-os/react-native-agora.git"
12
+    "url": "git+https://github.com/DBshaoYan/react-native-agora.git"
13
   },
13
   },
14
   "keywords": [
14
   "keywords": [
15
     "agora",
15
     "agora",
24
   "author": "",
24
   "author": "",
25
   "license": "ISC",
25
   "license": "ISC",
26
   "bugs": {
26
   "bugs": {
27
-    "url": "https://github.com/duty-os/react-native-agora/issues"
27
+    "url": "https://github.com/DBshaoYan/react-native-agora/issues"
28
   },
28
   },
29
-  "homepage": "https://github.com/duty-os/react-native-agora#readme"
29
+  "homepage": "https://github.com/DBshaoYan/react-native-agora#readme"
30
 }
30
 }