diff options
author | Marvin Borner | 2018-06-30 15:00:48 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-30 15:00:48 +0200 |
commit | 70233ba2d306019d415b94e270d3a90672236544 (patch) | |
tree | 2923cf3387a9e61d76307838b9a96a1c618db9bd /package.json | |
parent | 546b52a4605e75b2fb99db29b9d937f81b2d7078 (diff) |
Integrating pusher...
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index e81ab87..ff3e661 100755 --- a/package.json +++ b/package.json @@ -18,5 +18,9 @@ "laravel-mix": "^2.0", "lodash": "^4.17.4", "vue": "^2.5.7" + }, + "dependencies": { + "laravel-echo": "^1.4.0", + "pusher-js": "^4.2.2" } } |