Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Missed this prompt regression the last commit, Fixes #274
  • Loading branch information
pksunkara committed Jul 11, 2012
1 parent 15f3f29 commit bca76f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jitsu/package.js
Expand Up @@ -540,14 +540,14 @@ package.properties = function (dir) {
{
name: 'version',
unique: false,
validator: semver.valid,
conform: semver.valid,
default: '0.0.0'
},
{
name: 'engines.node',
unique: false,
message: 'engines',
validator: semver.validRange,
conform: semver.validRange,
default: (function () {
//
// Use `process.version` to determine the most suitable node version.
Expand Down

0 comments on commit bca76f5

Please sign in to comment.