Skip to content

Commit 6eed74b

Browse files
committed
Update package info, version.
1 parent 5245161 commit 6eed74b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tcp",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "node's net API for react-native",
55
"main": "TcpSockets.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/PeelTechnologies/react-native-tcp"
14+
"url": "https://github.com/aprock/react-native-tcp"
1515
},
1616
"keywords": [
1717
"react-component",
@@ -29,9 +29,9 @@
2929
},
3030
"license": "MIT",
3131
"bugs": {
32-
"url": "https://github.com/PeelTechnologies/react-native-tcp/issues"
32+
"url": "https://github.com/aprock/react-native-tcp/issues"
3333
},
34-
"homepage": "https://github.com/PeelTechnologies/react-native-tcp",
34+
"homepage": "https://github.com/aprock/react-native-tcp",
3535
"peerDependencies": {
3636
"react-native": ">=0.40.0"
3737
},

0 commit comments

Comments
 (0)