We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70854f commit 67781f6Copy full SHA for 67781f6
examples/flappy-bird/index.js
@@ -1,4 +1,4 @@
1
-import {run} from '@cycle/core';
+import {run} from '@cycle/rx-run';
2
import {makeCanvasDriver} from '../../src/canvas-driver';
3
import {makeAnimationDriver} from 'cycle-animation-driver';
4
import keycode from 'keycode';
package.json
@@ -35,9 +35,9 @@
35
},
36
"homepage": "https://github.com/Widdershin/cycle-canvas",
37
"devDependencies": {
38
- "@cycle/core": "^6.0.0-rc2",
39
"@cycle/dom": "^9.0.1",
40
"@cycle/isolate": "^1.2.0",
+ "@cycle/rx-run": "^7.0.1",
41
"assert": "^1.3.0",
42
"babel-cli": "^6.2.0",
43
"babel-core": "^6.2.1",
0 commit comments