create-knit-app
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -39,3 +39,3 @@ /* @flow weak */ | ||
log.info(`run ${chalk.cyan(`cd ${cwd}`)} to explore your project`); | ||
log.info(`run ${chalk.cyan('yarn run knit:list')} to view your modules`); | ||
log.info(`run ${chalk.cyan('yarn knit:list')} to view your modules`); | ||
log.info(`run ${chalk.cyan('yarn start')} to spin up a development server`); | ||
@@ -42,0 +42,0 @@ console.log(); |
@@ -9,3 +9,3 @@ { | ||
"name": "create-knit-app", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"bin": { | ||
@@ -30,4 +30,4 @@ "create-knit-app": "./index.js" | ||
"execa": "0.5.0", | ||
"@knit/mittens-nice-errors": "0.0.21", | ||
"@knit/mittens-logger": "0.0.21", | ||
"@knit/mittens-nice-errors": "0.0.22", | ||
"@knit/mittens-logger": "0.0.22", | ||
"update-notifier": "1.0.2", | ||
@@ -34,0 +34,0 @@ "yargs": "^6.3.0", |
{ | ||
"scripts": { | ||
"knit:list": "knit list", | ||
"start": "knit dev start" | ||
"start": "knit dev server" | ||
}, | ||
"version": "0.0.0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4475