Skip to content

Commit ab42502

Browse files
committed
publish as @staltz/react-native-tcp
1 parent c8693a1 commit ab42502

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-tcp",
2+
"name": "@staltz/react-native-tcp",
33
"version": "3.3.0",
44
"description": "node's net API for react-native",
55
"main": "TcpSockets.js",
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/PeelTechnologies/react-native-tcp"
14+
"url": "https://github.com/staltz/react-native-tcp"
1515
},
1616
"keywords": [
1717
"react-component",
@@ -24,17 +24,15 @@
2424
"android"
2525
],
2626
"contributors": [
27-
"Paul Puey <paul@edgesecure.co>"
27+
"Paul Puey <paul@edgesecure.co>",
28+
"Andy Prock <aprock@protonmail.com>",
29+
"Andre Staltz <contact@staltz.com>"
2830
],
29-
"author": {
30-
"name": "Andy Prock",
31-
"email": "aprock@protonmail.com"
32-
},
3331
"license": "MIT",
3432
"bugs": {
35-
"url": "https://github.com/PeelTechnologies/react-native-tcp/issues"
33+
"url": "https://github.com/staltz/react-native-tcp/issues"
3634
},
37-
"homepage": "https://github.com/PeelTechnologies/react-native-tcp",
35+
"homepage": "https://github.com/staltz/react-native-tcp",
3836
"peerDependencies": {
3937
"react-native": ">=0.40.0"
4038
},

0 commit comments

Comments
 (0)