Skip to content

Commit

Permalink
Set version to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkerjoeri committed Apr 26, 2020
1 parent 71f03ee commit aa1af86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ function getDevDependenciesToInstall(options) {
function addPackageFile(projectPath, options) {
const packageFileContents = {
name: options.projectName,
version: '1.0.0',
private: false,
version: '0.0.0',
author: options.author,
license: 'MIT',
...(options.shouldInitGitRepository && options.shouldAddRemote && {
Expand Down

0 comments on commit aa1af86

Please sign in to comment.