mirror of
https://github.com/MetinSeylan/Vue-Socket.io.git
synced 2025-04-16 15:21:28 +02:00
Allow to use socket.io-client version 3 and 4
This commit is contained in:
parent
4f00019283
commit
b159e79a6e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io",
|
"homepage": "https://github.com/MetinSeylan/Vue-Socket.io",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"socket.io-client": "^2.1.1"
|
"socket.io-client": "^2.1.1 || ^3.1.3 || ^4.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.1.2",
|
"@babel/core": "^7.1.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue