Skip to content

Commit

Permalink
Update package info, version.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Jun 28, 2019
1 parent 5245161 commit 6eed74b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tcp",
"version": "3.3.0",
"version": "3.3.1",
"description": "node's net API for react-native",
"main": "TcpSockets.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/PeelTechnologies/react-native-tcp"
"url": "https://github.com/aprock/react-native-tcp"
},
"keywords": [
"react-component",
Expand All @@ -29,9 +29,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PeelTechnologies/react-native-tcp/issues"
"url": "https://github.com/aprock/react-native-tcp/issues"
},
"homepage": "https://github.com/PeelTechnologies/react-native-tcp",
"homepage": "https://github.com/aprock/react-native-tcp",
"peerDependencies": {
"react-native": ">=0.40.0"
},
Expand Down

0 comments on commit 6eed74b

Please sign in to comment.