Skip to content

Commit d7bc1dc

Browse files
author
Nick Balestra
committed
new cli version to work with correct core flavor version
1 parent 6ec1be2 commit d7bc1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-cycle-app/src/createApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function createApp (name, verbose, flavor, noyarn) {
2323
// We prompt for language and stream library
2424
// We set the flavor to be 'cycle-scripts'
2525
if (flavor === 'core') {
26-
const flavor = 'cycle-scripts'
26+
const flavor = 'cycle-scripts@">=2.0.0"'
2727
initQuestions(answers => {
2828
createAppDir(appPath)
2929
createPackageJson(appPath, appName)

0 commit comments

Comments
 (0)