Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
fix: add missing markdownscript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 30, 2016
1 parent b8d0a4c commit db04b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const mosPluginReadme = require('mos-plugin-readme')
## <a name="dependencies">Dependencies</a> [![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

<!--/@-->

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit db04b3c

Please sign in to comment.