Skip to content

Commit

Permalink
[minor] Added missing depended data #16
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Apr 14, 2014
1 parent 7683735 commit abf29bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,15 @@ function resolve(name, options, next) {
});
});
},

depended: function render(next) {
npm.packages.depended(name, next);
},

readme: function render(next) {
readme(data, { githulk: githulk }, next);
},

github: function render(next) {
var project = githulk.project(data);

Expand Down

0 comments on commit abf29bd

Please sign in to comment.