diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 19:18:37 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-31 19:19:52 -0700 |
commit | ec570ca68d615bcecff74b37c52897ee299e1463 (patch) | |
tree | 66d60643e66f6b9c782b91235ad12d52b16d75c6 | |
parent | 6bcd483351dc0fa45a0a8ad88405b27ff8b118f0 (diff) | |
download | gitbook-ec570ca68d615bcecff74b37c52897ee299e1463.zip gitbook-ec570ca68d615bcecff74b37c52897ee299e1463.tar.gz gitbook-ec570ca68d615bcecff74b37c52897ee299e1463.tar.bz2 |
Remove extra "q" dependency in package.json
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 1c9d5f7..5f58d7e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "marked": "0.3.2", "swig": "1.3.2", "fstream-ignore": "0.0.7", - "q": "1.0.1", "commander": "2.2.0", "fs-extra": "0.8.1" }, |