Skip to content
This repository has been archived by the owner on Nov 5, 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 7, 2016
1 parent 684af1b commit 5840ae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -59,7 +59,8 @@ If the package has `peerDependencies`, the installation command will suggest to
<!--@dependencies({ shield: 'flat-square' })-->
## <a name="dependencies">Dependencies</a> [![Dependency status for master](https://img.shields.io/david/zkochan/mos-plugin-installation/master.svg?style=flat-square)](https://david-dm.org/zkochan/mos-plugin-installation/master)

None
- [markdownscript](https://github.com/zkochan/markdownscript): Creates markdown Abstract Syntax Tree

<!--/@-->

<!--@devDependencies({ shield: 'flat-square' })-->
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,9 @@
"url": "https://github.com/zkochan/mos-plugin-installation/issues"
},
"homepage": "https://github.com/zkochan/mos-plugin-installation#readme",
"dependencies": {},
"dependencies": {
"markdownscript": "^1.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"cz-conventional-changelog": "1.1.5",
Expand Down

0 comments on commit 5840ae6

Please sign in to comment.