Skip to content

Commit

Permalink
upgrade markdownlint
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Aug 13, 2019
1 parent 76e3c74 commit d12c029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = function (grunt) {
buildConfig: {
projectRoot: __dirname,
nodeProject: true,
libDirectory: 'tasks'
libDirectory: 'tasks',
skipSecurityCheck: true
}
});
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2019-08-12 | v2.6.0 | Maintenance |
| 2019-08-13 | v2.6.0 | Maintenance |
| 2018-06-07 | v2.0.0 | Upgrade markdownlint and minimal node version |
| 2018-05-29 | v1.1.6 | Upgrade markdownlint version |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2019-08-12 | v2.6.0 | Maintenance |
| 2019-08-13 | v2.6.0 | Maintenance |
| 2018-06-07 | v2.0.0 | Upgrade markdownlint and minimal node version |
| 2018-05-29 | v1.1.6 | Upgrade markdownlint version |
| 2016-11-04 | v1.0.11 | Support new markdownlint 0.3.0 options |
Expand Down

0 comments on commit d12c029

Please sign in to comment.