mirror of
https://github.com/filiprojek/nork.git
synced 2024-11-02 18:12:28 +01:00
bug fix
This commit is contained in:
parent
1382fdaea8
commit
575804833e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nork",
|
"name": "nork",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "The best node.js 'framework' :)",
|
"description": "The best node.js 'framework' :)",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"bin": "src/app.js",
|
"bin": "src/app.js",
|
||||||
|
@ -77,6 +77,7 @@ const logHelp = (specific = false, command = false) => {
|
|||||||
;(async () => {
|
;(async () => {
|
||||||
if (process.argv[2] == 'create') {
|
if (process.argv[2] == 'create') {
|
||||||
// get info about new project
|
// get info about new project
|
||||||
|
const data = {}
|
||||||
const questions = [
|
const questions = [
|
||||||
{
|
{
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
Loading…
Reference in New Issue
Block a user