create-node-app
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -44,3 +44,3 @@ #!/usr/bin/env node | ||
checkAppName(program.name(), appName) | ||
const useYarn = shouldUseYarn() | ||
const useYarn = await shouldUseYarn() | ||
const appPath = path.join(cwd, appName) | ||
@@ -47,0 +47,0 @@ |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Create Node.js apps by running one command", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
52733