Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 21, 2015
1 parent 40e1ced commit a93303c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mdast"
],
"dependencies": {
"github-url-to-object": "^1.5.2",
"github-url-to-object": "^2.1.0",
"mdast-slug": "^2.0.0",
"mdast-util-definitions": "^1.0.0",
"unist-util-visit": "^1.0.0",
Expand All @@ -27,10 +27,10 @@
"devDependencies": {
"cept": "^1.0.0",
"eslint": "^1.0.0",
"istanbul": "^0.3.0",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"mdast": "^1.0.0",
"mdast": "^2.2.2",
"mdast-comment-config": "^1.0.0",
"mdast-github": "^1.0.0",
"mdast-toc": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ describe('mdast-validate-links', function () {
equal(res.out, '');

equal(res.err, [
'definitions.md',
' 5:12-5:21 warning Link to unknown heading: `world`',
'',
'FOOOO',
' 1:1 error No such file or directory',
'',
'definitions.md',
' 5:12-5:21 warning Link to unknown heading: `world`',
'',
'2 messages (✖ 1 error, ⚠ 1 warning)'
].join('\n'));

Expand Down

0 comments on commit a93303c

Please sign in to comment.