Skip to content

Commit

Permalink
Merge pull request #29 from gcusnieux/fix-missing-dependencies
Browse files Browse the repository at this point in the history
fix: add missing dependencies jsdoc & jsdoc-plugins
  • Loading branch information
notmessenger authored Nov 25, 2016
2 parents 372991c + 944f8c2 commit fa9a74f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion blueprints/ember-cli-jsdoc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ module.exports = {
);

// NPM dependency
return this.addPackageToProject( 'ember-cli-doc-server', '1.1.0' );
return this.addPackagesToProject([
{ name: 'ember-cli-doc-server', target: '1.1.0' },
{ name: 'jsdoc' },
{ name: 'jsdoc-plugins' }
]);

}
};

0 comments on commit fa9a74f

Please sign in to comment.