Fix typo that broke npm shrinkwrap

This commit is contained in:
Geoff Schmidt
2013-04-26 12:28:32 -07:00
committed by David Glasser
parent b4353f653c
commit 84baa67186
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
.build*

View File

@@ -462,7 +462,7 @@ _.extend(exports, {
this._execFileSync(path.join(files.get_dev_bundle(), "bin", "npm"),
["shrinkwrap"], {cwd: dir});
if (! result.sucess) {
if (! result.success) {
console.log(result.stderr);
buildmessage.error("couldn't run `npm shrinkwrap`");
// Recover by returning false from updateDependencies