diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-14 15:25:39 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-14 15:25:39 -0700 |
commit | 5e611bde48a4e9d00219c6067f4c7773a8ddb72e (patch) | |
tree | 8bce17d65d302b27fc1105e2c7d098a9acdf2885 | |
parent | 94485621560152cf197dc8bd603774c46de2f0ef (diff) | |
parent | e7e8fe4d08a3ba077a5bfdd647e7c4e6a3622424 (diff) | |
download | gitbook-5e611bde48a4e9d00219c6067f4c7773a8ddb72e.zip gitbook-5e611bde48a4e9d00219c6067f4c7773a8ddb72e.tar.gz gitbook-5e611bde48a4e9d00219c6067f4c7773a8ddb72e.tar.bz2 |
Merge pull request #648 from wcandillon/patch-1
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", |