mdast-range
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,12 @@ --- | ||
<!--lint disable no-multiple-toplevel-headings--> | ||
0.4.1 / 2015-06-14 | ||
================== | ||
* Add mdast-lint as a dev-dependency ([3198f35](https://github.com/wooorm/mdast-range/commit/3198f35)) | ||
* Add `.editorconfig` ([874a0ce](https://github.com/wooorm/mdast-range/commit/874a0ce)) | ||
* Update mdast, mdast-usage, mdast-yaml-config ([84d3faf](https://github.com/wooorm/mdast-range/commit/84d3faf)) | ||
* Update eslint ([13b72de](https://github.com/wooorm/mdast-range/commit/13b72de)) | ||
0.4.0 / 2015-06-03 | ||
@@ -8,0 +18,0 @@ ================== |
{ | ||
"name": "mdast-range", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Range information to mdast", | ||
@@ -23,7 +23,7 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"mdast": ">=0.21.0" | ||
"mdast": ">=0.22.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^10.0.0", | ||
"eslint": "^0.21.0", | ||
"eslint": "^0.22.0", | ||
"esmangle": "^1.0.0", | ||
@@ -33,7 +33,8 @@ "istanbul": "^0.3.0", | ||
"jscs-jsdoc": "^1.0.0", | ||
"mdast": "^0.21.0", | ||
"mdast": "^0.22.0", | ||
"mdast-github": "^0.3.0", | ||
"mdast-lint": "^0.2.0", | ||
"mdast-toc": "^0.4.1", | ||
"mdast-usage": "^0.2.0", | ||
"mdast-yaml-config": "^0.1.0", | ||
"mdast-usage": "^0.3.0", | ||
"mdast-yaml-config": "^0.2.0", | ||
"mocha": "^2.0.0" | ||
@@ -40,0 +41,0 @@ }, |
16033
13