From e4312c71d6acdc8c3b8252bf37d0c5cd158f6ba7 Mon Sep 17 00:00:00 2001 From: deltreey Date: Mon, 24 Apr 2017 02:07:22 -0400 Subject: [PATCH] deal with npms change of directory structure --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 292bb40..842e197 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,7 +26,7 @@ module.exports = function (grunt) { src: ['wildstring.js', 'test/*.js', 'README.md'], options: { destination: 'documentation', - template : 'node_modules/grunt-jsdoc/node_modules/ink-docstrap/template', + template : 'node_modules/ink-docstrap/template', configure : 'jsdoc.conf.json' } }