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.
2 parents eb01954 + d14e134 commit 77a8e30Copy full SHA for 77a8e30
packages/cycle-scripts/scripts/init.js
@@ -7,7 +7,7 @@ const spawn = require('cross-spawn')
7
8
const basicDependencies = [
9
'@cycle/dom',
10
- '@cycle/xstream-run',
+ '@cycle/run',
11
'xstream'
12
]
13
packages/cycle-scripts/template/src/index.js
@@ -1,4 +1,4 @@
1
-import {run} from '@cycle/xstream-run'
+import {run} from '@cycle/run'
2
import {makeDOMDriver} from '@cycle/dom'
3
import {App} from './app'
4
0 commit comments