Skip to content

Commit

Permalink
[api] Add dependencies to runlist result
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed May 16, 2013
1 parent 570c2e2 commit d706f65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/runlist.js
Expand Up @@ -73,7 +73,9 @@ var runlist = module.exports = function (options, callback) {
vars: system.vars || {
required: [],
optional: []
}
},
dependencies: system.dependencies,
externalDependencies: system.externalDependencies
};

if (list.length) {
Expand Down Expand Up @@ -385,4 +387,4 @@ function osRunlist(system, os) {
.map(function (name) {
return system.dependencies[name];
});
}
}

0 comments on commit d706f65

Please sign in to comment.