mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Merge pull request #417 from lpinca/fix/repository-url
package: fix repository url
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"description": "Client for the realtime Engine",
|
||||
"license": "MIT",
|
||||
"version": "1.5.4",
|
||||
"homepage": "http://socket.io",
|
||||
"homepage": "https://github.com/socketio/engine.io-client",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Guillermo Rauch",
|
||||
@@ -56,6 +56,6 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/engine.io-client.git"
|
||||
"url": "https://github.com/socketio/engine.io-client.git"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user