Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Aug 12, 2019
1 parent 813fd4c commit 76e3c74
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
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-06-11 | v2.5.0 | Maintenance |
| 2019-08-12 | 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-06-11 | v2.5.0 | Maintenance |
| 2019-08-12 | 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-markdownlint",
"version": "2.5.0",
"version": "2.6.0",
"description": "A grunt task for markdown style checker and lint tool.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down
2 changes: 0 additions & 2 deletions test/spec/grunt-markdownlint-spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

/*global describe: false, it: false */

var chai = require('chai');
var assert = chai.assert;
var task = require('../../tasks/grunt-markdownlint');
Expand Down
2 changes: 0 additions & 2 deletions test/spec/index-spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

/*global describe: false, it: false */

var chai = require('chai');
var assert = chai.assert;
var task = require('../../');
Expand Down
2 changes: 0 additions & 2 deletions test/spec/linter-spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

/*global describe: false, it: false */

var chai = require('chai');
var assert = chai.assert;
var Linter = require('../../tasks/linter');
Expand Down

0 comments on commit 76e3c74

Please sign in to comment.