stimulus_reflex
Advanced tools
Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "stimulus_reflex", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"main": "./src/index.js", | ||
@@ -11,6 +11,2 @@ "repository": { | ||
"license": "MIT", | ||
"devDependencies": { | ||
"webpack": "^4.39.1", | ||
"webpack-cli": "^3.3.6" | ||
}, | ||
"dependencies": { | ||
@@ -17,0 +13,0 @@ "actioncable": "^5.2.3", |
@@ -8,5 +8,5 @@ import { Controller } from 'stimulus'; | ||
CableReady.App = ActionCable.createConsumer(); | ||
CableReady.App = {}; | ||
CableReady.App.cable = ActionCable.createConsumer(); | ||
CableReady.App.subscription = App.cable.subscriptions.create( | ||
CableReady.App.subscription = CableReady.App.cable.subscriptions.create( | ||
'StimulusReflex::Channel', | ||
@@ -13,0 +13,0 @@ { |
0
2155
3
35