diff --git a/README.md b/README.md index 7cc42a5..a3e8be7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ const mosPluginReadme = require('mos-plugin-readme') ## Dependencies [![dependency status](https://img.shields.io/david/mosjs/mos-plugin-readme/master.svg)](https://david-dm.org/mosjs/mos-plugin-readme/master) - [babel-runtime](https://github.com/babel/babel/blob/master/packages): babel selfContained runtime +- [markdownscript](https://github.com/zkochan/markdownscript): Creates markdown Abstract Syntax Tree diff --git a/package.json b/package.json index 282a6cc..ef47bb3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ } }, "dependencies": { - "babel-runtime": "^6.9.0" + "babel-runtime": "^6.9.0", + "markdownscript": "^1.3.0" }, "devDependencies": { "babel-cli": "^6.9.0",