mdast-util-to-nlcst
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,8 @@ <!--mdast setext--> | ||
0.2.1 / 2015-08-15 | ||
================== | ||
* Fix mis-labeled dependencies ([2a81939](https://github.com/wooorm/mdast-util-to-nlcst/commit/2a81939)) | ||
* Update mdast ([d0939b8](https://github.com/wooorm/mdast-util-to-nlcst/commit/d0939b8)) | ||
0.2.0 / 2015-08-11 | ||
@@ -7,0 +13,0 @@ ================== |
{ | ||
"name": "mdast-util-to-nlcst", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Markdown to Natural Language", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"parse-latin": "^0.5.1", | ||
"unist-util-visit": "^1.0.0" | ||
"nlcst-to-string": "^0.1.5" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
"jscs-jsdoc": "^1.0.0", | ||
"mdast": "^0.29.0", | ||
"mdast": "^1.0.0", | ||
"mdast-comment-config": "^0.1.2", | ||
@@ -46,3 +46,2 @@ "mdast-github": "^0.3.0", | ||
"mocha": "^2.0.0", | ||
"nlcst-to-string": "^0.1.5", | ||
"parse-dutch": "^0.5.0", | ||
@@ -49,0 +48,0 @@ "parse-english": "^0.5.0", |
20367
16
+ Addednlcst-to-string@^0.1.5
- Removedunist-util-visit@^1.0.0
- Removedunist-util-is@3.0.0(transitive)
- Removedunist-util-visit@1.4.1(transitive)
- Removedunist-util-visit-parents@2.1.2(transitive)