configure-express-app
Advanced tools
Comparing version 1.0.9 to 1.1.1
14
index.js
@@ -39,6 +39,6 @@ #!/usr/bin/env node | ||
const packageJsonFileContent = `{ | ||
"name": 'test', | ||
"version": '1.0.0', | ||
"description": '', | ||
"main": 'index.js', | ||
"name": "test", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -48,6 +48,6 @@ "dev": "nodemon index.js", | ||
}, | ||
"author": '', | ||
"license": 'ISC', | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"express": '^4.18.2', | ||
"express": "^4.18.2", | ||
"nodemon": "^2.0.20", | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "configure-express-app", | ||
"version": "1.0.9", | ||
"version": "1.1.1", | ||
"description": "use npx configure-express-app", | ||
@@ -5,0 +5,0 @@ "bin": { |