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 eb01954 commit d14e134Copy full SHA for d14e134
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