Skip to content

Commit 2844922

Browse files
authored
Update package.json
1 parent 841fb1f commit 2844922

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"name": "socket.io-react",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A High-Order Component to connect React and Socket.io",
55
"main": "build/index.js",
66
"scripts": {
77
"build": "babel lib --out-dir build"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/sergiodxa/socket.io-react.git"
11+
"url": "git+https://github.com/PlatziDev/socket.io-react.git"
1212
},
1313
"keywords": [
1414
"react",
1515
"socket.io",
1616
"websocket"
1717
],
18-
"author": "Sergio Daniel Xalambrí <sergio@xalambri.com.ar> (http://sergio.xalambri.com.ar/)",
18+
"author": "Sergio Daniel Xalambrí <sergio@xalambri.xyz> (http://sergio.xalambri.xyz/)",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/sergiodxa/socket.io-react/issues"
21+
"url": "https://github.com/PlatziDev/socket.io-react/issues"
2222
},
23-
"homepage": "http://sergio.xalambri.com.ar/socket.io-react/",
23+
"homepage": "https://github.com/PlatziDev/socket.io-react#readme",
2424
"devDependencies": {
2525
"babel": "6.5.2",
2626
"babel-cli": "6.6.5",

0 commit comments

Comments
 (0)