Skip to content
Snippets Groups Projects
Commit baac3413 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

upgrade to socket.io 2.2.0 #2257

parent ddd9f818
No related branches found
No related tags found
No related merge requests found
...@@ -1205,7 +1205,7 @@ Reveal.initialize({ ...@@ -1205,7 +1205,7 @@ Reveal.initialize({
// Don't forget to add the dependencies // Don't forget to add the dependencies
dependencies: [ dependencies: [
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true }, { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/master.js', async: true }, { src: 'plugin/multiplex/master.js', async: true },
// and if you want speaker notes // and if you want speaker notes
...@@ -1235,7 +1235,7 @@ Reveal.initialize({ ...@@ -1235,7 +1235,7 @@ Reveal.initialize({
// Don't forget to add the dependencies // Don't forget to add the dependencies
dependencies: [ dependencies: [
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true }, { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/client.js', async: true } { src: 'plugin/multiplex/client.js', async: true }
// other dependencies... // other dependencies...
...@@ -1277,7 +1277,7 @@ Reveal.initialize({ ...@@ -1277,7 +1277,7 @@ Reveal.initialize({
// Don't forget to add the dependencies // Don't forget to add the dependencies
dependencies: [ dependencies: [
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true }, { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/client.js', async: true } { src: 'plugin/multiplex/client.js', async: true }
// other dependencies... // other dependencies...
...@@ -1301,7 +1301,7 @@ Reveal.initialize({ ...@@ -1301,7 +1301,7 @@ Reveal.initialize({
// Don't forget to add the dependencies // Don't forget to add the dependencies
dependencies: [ dependencies: [
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true }, { src: '//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0/socket.io.js', async: true },
{ src: 'plugin/multiplex/master.js', async: true }, { src: 'plugin/multiplex/master.js', async: true },
{ src: 'plugin/multiplex/client.js', async: true } { src: 'plugin/multiplex/client.js', async: true }
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"grunt-retire": "^1.0.7", "grunt-retire": "^1.0.7",
"grunt-zip": "~0.17.1", "grunt-zip": "~0.17.1",
"mustache": "^2.3.0", "mustache": "^2.3.0",
"socket.io": "^1.7.3" "socket.io": "^2.2.0"
}, },
"license": "MIT" "license": "MIT"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment