From 5840ae679d294065e76ca530f6c79294ba152a62 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 7 May 2016 22:25:16 +0300 Subject: [PATCH] fix: add missing markdownscript dependency --- README.md | 3 ++- package.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92d77c2..cd6d29d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ If the package has `peerDependencies`, the installation command will suggest to ## Dependencies [![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 + diff --git a/package.json b/package.json index 838306a..6597b10 100644 --- a/package.json +++ b/package.json @@ -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",