create-bridge-app
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -20,3 +20,2 @@ #!/usr/bin/env node | ||
readline.question(`What's your project name? `, (name) => { | ||
readline.close(); | ||
console.log(`Downloading dependencies...`); | ||
@@ -43,2 +42,3 @@ (0, utils_1.runCommand)({ | ||
console.log('success'); | ||
readline.close(); | ||
// Promise.all([ | ||
@@ -45,0 +45,0 @@ // writeFileAsync( |
{ | ||
"name": "create-bridge-app", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "Create Bridge-powered Express app with one command", | ||
@@ -5,0 +5,0 @@ "author": "Bridge Team <support@bridge.codes>", |
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
9510