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