Skip to content

Commit

Permalink
link postload support
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 6, 2015
1 parent b76f3ae commit e25e434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/link.js
Expand Up @@ -85,7 +85,7 @@ exports.link = function(name, dir, force) {
})
// run the jspm operations on the folder to process it
.then(function() {
return package.processPackage(pkg, linkDir, pjson);
return package.processPackage(pkg, linkDir, pjson, function() {});
})
.then(function() {
return asp(fs.writeFile)(path.resolve(linkDir, '.jspm.json'), JSON.stringify(pjson, null, 2));
Expand Down

0 comments on commit e25e434

Please sign in to comment.