configure-express-app
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -42,3 +42,3 @@ #!/usr/bin/env node | ||
const packageJsonFileContent = `{ | ||
"name": ${projectNaame[projectNaame.length-1]}, | ||
"name": \"${projectNaame[projectNaame.length-1]}\", | ||
"version": "1.0.0", | ||
@@ -45,0 +45,0 @@ "description": "", |
{ | ||
"name": "configure-express-app", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "use npx configure-express-app", | ||
@@ -5,0 +5,0 @@ "bin": { |
4002