From 724f9bf4727eb19312f63076368406815cff8c25 Mon Sep 17 00:00:00 2001 From: Joeri Bakker Date: Sun, 26 Apr 2020 12:00:39 +0200 Subject: [PATCH] Remove private --- lib/create.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/create.js b/lib/create.js index 94b239b..09dba7a 100644 --- a/lib/create.js +++ b/lib/create.js @@ -11,7 +11,6 @@ const config = new ConfigStore('knitty'); async function create() { let options = await promptCreateOptions(); - createProject(options.projectName, options.projectPath, options); saveDefaults(options); } @@ -335,7 +334,6 @@ function getDevDependenciesToInstall(options) { function addPackageFile(projectPath, options) { const packageFileContents = { name: options.projectName, - private: false, version: '0.0.0', author: options.author, license: 'MIT',