deal with npms change of directory structure

This commit is contained in:
deltreey
2017-04-24 02:07:22 -04:00
parent fff6c79fff
commit e4312c71d6

View File

@@ -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'
}
}