Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 31, 2015
1 parent 9e39b32 commit 7fad9a5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions mdast-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -5522,6 +5522,8 @@ module.exports = unorderedListMarkerStyle;

'use strict';

/* eslint-env commonjs */

/*
* Dependencies.
*/
Expand Down Expand Up @@ -5927,8 +5929,18 @@ function toString(node) {
module.exports = toString;

},{}],64:[function(require,module,exports){
/**
* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @license MIT
* @module mdast:zone
* @fileoverview HTML comments as ranges or markers in mdast.
*/

'use strict';

/* eslint-env commonjs */

/*
* Dependencies.
*/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"jscs-jsdoc": "^1.0.0",
"mdast": "^1.0.0",
"mdast-comment-config": "^1.0.0",
"mdast-github": "^0.3.0",
"mdast-toc": "^0.5.0",
"mdast-validate-links": "^0.3.1",
"mdast-github": "^1.0.0",
"mdast-toc": "^1.0.0",
"mdast-validate-links": "^1.0.0",
"mocha": "^2.0.0",
"vfile": "^1.0.0"
},
Expand Down

0 comments on commit 7fad9a5

Please sign in to comment.