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 9d58691 commit e5aaa7dCopy full SHA for e5aaa7d
packages/create-cycle-app/src/createApp.js
@@ -7,7 +7,7 @@ const installScripts = require('./installScripts')
7
module.exports = function createApp (name, verbose, flavor) {
8
const appFolder = path.resolve(name)
9
const appName = path.basename(appFolder)
10
- flavor = flavor || 'cycle-scripts@next'
+ flavor = flavor || 'cycle-scripts'
11
12
createProjectIn(appFolder)
13
preparePackageJson(appFolder, appName, () => {
0 commit comments