diff --git a/Gruntfile.js b/Gruntfile.js index f604abcf..76c92082 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } }); diff --git a/jsdoc.conf.json b/jsdoc.conf.json index 0df56765..21850b40 100644 --- a/jsdoc.conf.json +++ b/jsdoc.conf.json @@ -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 },