Skip to content

Commit

Permalink
[ux] show 0.10.x as default now
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Aug 6, 2013
1 parent b2c1502 commit d2f52be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jitsu/package.js
Expand Up @@ -304,7 +304,7 @@ package.write = function (pkg, dir, create, callback) {
policeDependencies(pkg);

jitsu.inspect.putObject(pkg, 2);

return jitsu.argv.release
? doWrite(null, true)
: jitsu.prompt.confirm('Is this ' + 'ok?'.green.bold, { default: 'yes'}, doWrite);
Expand Down Expand Up @@ -619,7 +619,7 @@ package.properties = function (dir) {
unique: false,
message: 'engines',
conform: semver.validRange,
default: '0.8.x'
default: '0.10.x'
}
];
};
Expand Down

0 comments on commit d2f52be

Please sign in to comment.