laravel-echo
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -466,3 +466,2 @@ var classCallCheck = function (instance, Constructor) { | ||
value: function unsubscribe(channel) { | ||
this.socket.removeAllListeners(); | ||
this.socket.emit('unsubscribe', { | ||
@@ -469,0 +468,0 @@ channel: channel, |
{ | ||
"name": "laravel-echo", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Laravel Echo library for beautiful Pusher integration", | ||
@@ -5,0 +5,0 @@ "main": "dist/echo.js", |
122520
2777