Skip to content

Commit

Permalink
Remove private
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkerjoeri committed Apr 26, 2020
1 parent aa1af86 commit 724f9bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const config = new ConfigStore('knitty');

async function create() {
let options = await promptCreateOptions();

createProject(options.projectName, options.projectPath, options);
saveDefaults(options);
}
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 724f9bf

Please sign in to comment.