Skip to content

Commit

Permalink
Release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-CoreyArcher committed Jun 8, 2016
1 parent 3e52b34 commit aacbb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/grunt/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (grunt) {
jsdoc2md: {
options: {
'heading-depth': 1,
'param-list-format': 'list',
'param-list-format': 'list'
},
separateOutputFilePerInput: {
files: [
Expand Down Expand Up @@ -37,7 +37,7 @@ module.exports = function (grunt) {
}
});

grunt.registerTask('testDocs', function() {
grunt.registerTask('testDocs', function () {
var options = {
filter: 'isFile',
cwd: grunt.config.get('npiux.paths.src')
Expand Down

0 comments on commit aacbb2d

Please sign in to comment.