Skip to content

Commit

Permalink
Upgrade jsdoc to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
notmessenger committed Feb 11, 2018
1 parent 8e5961b commit b8e4ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-cli-jsdoc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module.exports = {
// NPM dependency
return this.addPackagesToProject([
{ name: 'ember-cli-doc-server', target: '1.1.0' },
{ name: 'jsdoc', target: '3.4.3' },
{ name: 'jsdoc', target: '3.5.5' },
{ name: 'jsdoc-plugins', target: '1.2.2' }
]);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"chalk": "1.1.3",
"ember-cli-babel": "5.1.7",
"jsdoc": "3.4.3",
"jsdoc": "3.5.5",
"jsdoc-plugins": "1.2.2",
"rsvp": "3.0.18"
},
Expand Down

0 comments on commit b8e4ef0

Please sign in to comment.