diff options
author | William Candillon <w@28.io> | 2015-03-14 11:35:28 -0700 |
---|---|---|
committer | William Candillon <w@28.io> | 2015-03-14 11:35:28 -0700 |
commit | e7e8fe4d08a3ba077a5bfdd647e7c4e6a3622424 (patch) | |
tree | 43e85364ec99864ded203db073c73a19e7cd4e7d | |
parent | 8320484b88f2481dad276b1912831110fdf75bcd (diff) | |
download | gitbook-e7e8fe4d08a3ba077a5bfdd647e7c4e6a3622424.zip gitbook-e7e8fe4d08a3ba077a5bfdd647e7c4e6a3622424.tar.gz gitbook-e7e8fe4d08a3ba077a5bfdd647e7c4e6a3622424.tar.bz2 |
:arrow_up: Bump to lodash 3.5.0
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cb315d0..94aaa14 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "q": "1.0.1", "lunr": "0.5.7", - "lodash": "3.2.0", + "lodash": "3.5.0", "graceful-fs": "3.0.5", "resolve": "0.6.3", "fs-extra": "0.16.5", |