diff --git a/README.md b/README.md index b751284..e7c5045 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ See [contributing guide](.github/CONTRIBUTING.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-03-09 | v1.0.65 | Maintenance | +| 2017-03-09 | v1.0.66 | Maintenance | | 2017-02-13 | v1.0.63 | jsdoc2md fix for windows | | 2017-02-11 | v1.0.62 | Added env validation for build | | 2017-02-10 | v1.0.61 | Maintenance | diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 840dc08..747134b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-03-09 | v1.0.65 | Maintenance | +| 2017-03-09 | v1.0.66 | Maintenance | | 2017-02-13 | v1.0.63 | jsdoc2md fix for windows | | 2017-02-11 | v1.0.62 | Added env validation for build | | 2017-02-10 | v1.0.61 | Maintenance | diff --git a/lib/grunt/config/grunt-common.js b/lib/grunt/config/grunt-common.js index 0356d4a..5ef1ed6 100644 --- a/lib/grunt/config/grunt-common.js +++ b/lib/grunt/config/grunt-common.js @@ -80,7 +80,6 @@ module.exports = function (grunt, options, taskNames, projectConfig) { 'grunt-htmllint', 'grunt-jsbeautifier', 'grunt-jscs', - 'grunt-jsdoc-to-markdown', 'grunt-jslint', 'grunt-jsonlint', 'grunt-markdownlint', @@ -94,6 +93,7 @@ module.exports = function (grunt, options, taskNames, projectConfig) { [ 'grunt-eslint', 'grunt-gitdown', + 'grunt-jsdoc-to-markdown', 'grunt-release', 'grunt-stylelint', 'grunt-version-check' diff --git a/package.json b/package.json index f6d6338..e4f3b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-project-commons", - "version": "1.0.65", + "version": "1.0.66", "description": "Common web and node.js grunt tasks/lint configs/md templates and so on...", "author": { "name": "Sagie Gur-Ari",