Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
修改package.json
  • Loading branch information
a1528zhang committed Sep 28, 2018
commit 971a2936cfca341402d813abfeac3f1d7da9f61e
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "white-react-native-agora",
"version": "1.0.1",
"description": "Agora bridge for rn",
"name": "react-native-agora",
"version": "1.0.0",
"description": "声网Agora",
"main": "index.js",
"scripts": {
"pu": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/duty-os/react-native-agora.git"
"url": "git+https://github.com/DBshaoYan/react-native-agora.git"
},
"keywords": [
"agora",
Expand All @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/duty-os/react-native-agora/issues"
"url": "https://github.com/DBshaoYan/react-native-agora/issues"
},
"homepage": "https://github.com/duty-os/react-native-agora#readme"
"homepage": "https://github.com/DBshaoYan/react-native-agora#readme"
}