Skip to content

Commit

Permalink
Add vfile as a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 4, 2015
1 parent e87d07a commit 84d1ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"mdast-github": "^0.3.0",
"mdast-toc": "^0.5.0",
"mdast-yaml-config": "^0.2.0",
"mocha": "^2.0.0"
"mocha": "^2.0.0",
"vfile": "^1.0.0"
},
"scripts": {
"test-api": "mocha --check-leaks test/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var fs = require('fs');
var path = require('path');
var assert = require('assert');
var mdast = require('mdast');
var File = require('mdast/lib/file');
var File = require('vfile');
var toc = require('mdast-toc');
var lint = require('..');
var plural = require('plur');
Expand Down

0 comments on commit 84d1ce3

Please sign in to comment.