Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Fidelin committed Jul 20, 2018
1 parent c240fcb commit 991daa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module.exports = function(grunt) {
stderr: true,
failOnError: true
},
command: '"node_modules/grunt-jsdoc/node_modules/jsdoc/jsdoc" -c jsdoc.conf.json > jsdoc.json'
command: '"node_modules/jsdoc/jsdoc" -c jsdoc.conf.json > jsdoc.json'
}
});

Expand Down
2 changes: 1 addition & 1 deletion jsdoc.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"opts": {
"template": "node_modules/grunt-jsdoc/node_modules/jsdoc/templates/haruki",
"template": "node_modules/jsdoc/templates/haruki",
"destination": "console",
"recurse": true
},
Expand Down

0 comments on commit 991daa3

Please sign in to comment.