ソースを参照

修改package.json

az 6 年 前
コミット
cef90f3ce1
共有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
 }