diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-06 13:50:44 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-06 13:50:44 -0700 |
commit | ef059c873753b3cdf42b102fc07b24767c5d0641 (patch) | |
tree | f02f1922db0cbb945c34ec064e95c3c5aeee4bd9 | |
parent | abce29866e359e78fd1d18b70e7a1291b6200cb5 (diff) | |
download | gitbook-ef059c873753b3cdf42b102fc07b24767c5d0641.zip gitbook-ef059c873753b3cdf42b102fc07b24767c5d0641.tar.gz gitbook-ef059c873753b3cdf42b102fc07b24767c5d0641.tar.bz2 |
Add marked-text-renderer@0.0.1 dependency
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index ff792f4..56caa55 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "q": "1.0.1", "lodash": "2.4.1", "marked": "0.3.2", + "marked-text-renderer": "0.0.1", "swig": "1.3.2", "send": "0.2.0", "fstream-ignore": "0.0.7", |