grunt-jsdoc
Advanced tools
Comparing version 0.6.5 to 0.6.6
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -103,2 +103,3 @@ # grunt-jsdoc [](https://travis-ci.org/krampstudio/grunt-jsdoc) [](http://badge.fury.io/js/grunt-jsdoc) [](http://gruntjs.com/) | ||
## Release History | ||
* _0.6.6_ fix failing test | ||
* _0.6.5_ code refactoring, docstrap 0.5.3, PR [#120](https://github.com/krampstudio/grunt-jsdoc/pull/120), better path management | ||
@@ -105,0 +106,0 @@ * _0.6.4_ upgrade to jsdoc 3.3.0 |
var testCase = require('./task'); | ||
var package = require('../package.json'); | ||
testCase.setUp = function(done){ | ||
this.destination = 'doc/pack age/grunt-jsdoc/0.6.4'; | ||
this.destination = 'doc/pack age/' + package.name + '/' + package.version; | ||
this.expectedFiles = [ | ||
@@ -5,0 +6,0 @@ 'index.html', |
22567
386
148