diff --git a/lib/utils.js b/lib/utils.js index d69c8656..5b8983e7 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -62,7 +62,7 @@ var installIfMissing = exports.installIfMissing = function(root, module, range) module = module + '@' + range; } console.log('Installing ' + module); - return runCommand('npm', ['install', module, '--no-shrinkwrap', '--loglevel', 'error']); + return runCommand('npm', ['install', module, '--loglevel', 'error']); } }; }; diff --git a/package.json b/package.json index 49398b59..45c65637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "donejs-cli", - "version": "1.1.0-beta.0", + "version": "1.1.0-beta.1", "description": "The command line interface to your DoneJS application.", "main": "lib/utils", "bin": {