configure-express-app
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -58,3 +58,3 @@ #!/usr/bin/env node | ||
const config = require("./package.json"); | ||
console.log(config, config?.main); | ||
// console.log(config, config?.main); | ||
@@ -61,0 +61,0 @@ if (config?.main !== "") { |
{ | ||
"name": "configure-express-app", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "use npx configure-express-app", | ||
@@ -5,0 +5,0 @@ "bin": { |
3756