create-bridge-app
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -20,6 +20,7 @@ #!/usr/bin/env node | ||
console.log(name); | ||
console.log(`Downloading dependencies...`); | ||
console.log(`Downloading dependencies... J`); | ||
(0, utils_1.runCommand)({ | ||
command: `mkdir ${name} && cd ${name} && npx tsc --init --outDir dist`, | ||
onSuccess: () => { | ||
console.log('wtf'); | ||
fs_1.default.writeFile(`${name}/package.json`, prettier_1.default.format(`{ | ||
@@ -26,0 +27,0 @@ "name": "${name |
{ | ||
"name": "create-bridge-app", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"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
8309
159