diff --git a/.mdastrc b/.mdastrc index ec173815..30a0339f 100644 --- a/.mdastrc +++ b/.mdastrc @@ -2,7 +2,8 @@ "plugins": [ "./", "github", - "toc" + "toc", + "yaml-config" ], "settings": { "bullet": "*" diff --git a/history.md b/history.md index ace5549d..1d7cd144 100644 --- a/history.md +++ b/history.md @@ -5,4 +5,5 @@ mdast: -# 0.1.0 / 2015-06-11 +0.1.0 / 2015-06-11 +================== diff --git a/package.json b/package.json index 8400f29c..5403647a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "mdast": "^0.21.0", "mdast-github": "^0.3.0", "mdast-toc": "^0.4.1", - "mdast-usage": "^0.2.0", + "mdast-yaml-config": "^0.1.0", "mocha": "^2.0.0" }, "scripts": {