diff options
author | Hakim El Hattab | 2019-01-22 15:05:07 +0100 |
---|---|---|
committer | Hakim El Hattab | 2019-01-22 15:05:13 +0100 |
commit | baac3413ed2ede52359edcf03d14279bfa5d8ec7 (patch) | |
tree | 70b03e2ea3b414825054b39cdd89ea51d8dcfec2 /package.json | |
parent | ddd9f818f32c3bc485b7fc52cc6438ec53adf3b9 (diff) |
upgrade to socket.io 2.2.0 #2257
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cb8a711..35fcc51 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-retire": "^1.0.7", "grunt-zip": "~0.17.1", "mustache": "^2.3.0", - "socket.io": "^1.7.3" + "socket.io": "^2.2.0" }, "license": "MIT" } |