Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 18, 2015
1 parent 17e8ab9 commit 21380a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ exports.save = function() {
return config.pjson.write();
})
.then(function() {
return asp(mkdirp(config.pjson.packages));
return asp(mkdirp)(config.pjson.packages);
})
.then(function() {
return asp(fs.writeFile)(path.resolve(config.pjson.packages, '.dependencies.json'), JSON.stringify(getSerializedDeps(config.deps), null, 2));
Expand Down

0 comments on commit 21380a1

Please sign in to comment.