Skip to content

Commit

Permalink
update auto-update config of socket.io, cc #9772
Browse files Browse the repository at this point in the history
  • Loading branch information
pvnr0082t committed Dec 6, 2016
1 parent 18aeecf commit e3bc273
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ajax/libs/socket.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socket.io",
"filename": "socket.io.min.js",
"version": "1.6.0",
"version": "1.7.1",
"description": "node.js realtime framework server",
"homepage": "http://socket.io",
"keywords": [
Expand All @@ -12,10 +12,9 @@
"npmName": "socket.io-client",
"npmFileMap": [
{
"basePath": "",
"basePath": "dist",
"files": [
"socket.io.js",
"socket.io.min.js"
"**/*"
]
}
],
Expand Down

0 comments on commit e3bc273

Please sign in to comment.