Skip to content

Commit 5163bfd

Browse files
committed
edit package json
1 parent ed47b3f commit 5163bfd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "react-native-mqtt",
3-
"version": "0.1.0-beta4",
2+
"name": "react-native-mqtt-cli",
3+
"version": "0.1.0-beta5",
44
"description": "MQTT client for react-native",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/tuanpmt/react-native-mqtt.git"
11+
"url": "git+https://github.com/terry-yanjun/react-native-mqtt.git"
1212
},
1313
"keywords": [
1414
"mqtt",
1515
"reactnative",
1616
"iot"
1717
],
18-
"author": "Tuan PM <[email protected]> (http://tuanpm.net)",
18+
"author": "Yanjun Zhou<[email protected]>, Tuan PM <[email protected]> (http://tuanpm.net)",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/tuanpmt/react-native-mqtt/issues"
21+
"url": "https://github.com/terry-yanjun/react-native-mqtt/issues"
2222
},
23-
"homepage": "https://github.com/tuanpmt/react-native-mqtt#readme"
23+
"homepage": "https://github.com/terry-yanjun/react-native-mqtt#readme"
2424
}

0 commit comments

Comments
 (0)