Skip to content

Commit

Permalink
fix: generated package.json private attribute is set to false to allo…
Browse files Browse the repository at this point in the history
…w publish to npm
  • Loading branch information
eransakal committed Sep 17, 2017
1 parent 3814505 commit 525a295
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ gulp.task('extras', function () {
json.dependencies = {};
json.devDependencies = {};
json.scripts = {};
json.private = false;
return json; // must return JSON object.
}))
.pipe(gulp.dest('./.tmp/dist'));
Expand Down

0 comments on commit 525a295

Please sign in to comment.