Update mdast to 0.26.2

This commit is contained in:
Titus Wormer 2015-07-06 21:50:06 +02:00
parent 40da702216
commit 79496a16eb
2 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@
"LICENSE"
],
"peerDependencies": {
"mdast": ">=0.25.0"
"mdast": ">=0.26.2"
},
"devDependencies": {
"browserify": "^10.0.0",
@ -43,7 +43,7 @@
"istanbul": "^0.3.0",
"jscs": "^1.0.0",
"jscs-jsdoc": "^1.0.0",
"mdast": "^0.26.0",
"mdast": "^0.26.2",
"mdast-github": "^0.3.0",
"mdast-toc": "^0.5.0",
"mdast-yaml-config": "^0.2.0",

View File

@ -967,7 +967,7 @@ describe('Rules', function () {
'table-cell-padding-mixed.md:13:28: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:10: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:14: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:24: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:25: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:28: Cell should be padded, isnt'
]);
});
@ -986,9 +986,9 @@ describe('Rules', function () {
'table-cell-padding-padded.md:9:8: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:11: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:16: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:19: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:20: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:24: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:27: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:29: Cell should be compact, isnt',
'table-cell-padding-padded.md:9:32: Cell should be compact, isnt'
]);
@ -1043,7 +1043,7 @@ describe('Rules', function () {
'table-cell-padding-compact.md:9:12: Cell should be padded, isnt',
'table-cell-padding-compact.md:9:15: Cell should be padded, isnt',
'table-cell-padding-compact.md:9:18: Cell should be padded, isnt',
'table-cell-padding-compact.md:9:21: Cell should be padded, isnt',
'table-cell-padding-compact.md:9:22: Cell should be padded, isnt',
'table-cell-padding-compact.md:9:25: Cell should be padded, isnt'
]);
@ -1069,7 +1069,7 @@ describe('Rules', function () {
'table-cell-padding-mixed.md:7:2: Cell should be padded, isnt',
'table-cell-padding-mixed.md:7:9: Cell should be padded, isnt',
'table-cell-padding-mixed.md:7:13: Cell should be padded, isnt',
'table-cell-padding-mixed.md:7:23: Cell should be padded, isnt',
'table-cell-padding-mixed.md:7:24: Cell should be padded, isnt',
'table-cell-padding-mixed.md:7:27: Cell should be padded, isnt',
'table-cell-padding-mixed.md:13:10: Cell should be padded, isnt',
'table-cell-padding-mixed.md:13:15: Cell should be padded, isnt',
@ -1077,7 +1077,7 @@ describe('Rules', function () {
'table-cell-padding-mixed.md:13:28: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:10: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:14: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:24: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:25: Cell should be padded, isnt',
'table-cell-padding-mixed.md:17:28: Cell should be padded, isnt'
]);
});