Skip to content

Commit 67781f6

Browse files
committed
Update example to use rx runner
1 parent f70854f commit 67781f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/flappy-bird/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {run} from '@cycle/core';
1+
import {run} from '@cycle/rx-run';
22
import {makeCanvasDriver} from '../../src/canvas-driver';
33
import {makeAnimationDriver} from 'cycle-animation-driver';
44
import keycode from 'keycode';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/Widdershin/cycle-canvas",
3737
"devDependencies": {
38-
"@cycle/core": "^6.0.0-rc2",
3938
"@cycle/dom": "^9.0.1",
4039
"@cycle/isolate": "^1.2.0",
40+
"@cycle/rx-run": "^7.0.1",
4141
"assert": "^1.3.0",
4242
"babel-cli": "^6.2.0",
4343
"babel-core": "^6.2.1",

0 commit comments

Comments
 (0)