diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-06-07 10:01:34 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:32:21 +0100 |
commit | 5b4de3c0babb08bbd379740b4e4519dce4912746 (patch) | |
tree | ff82ef036d14405564acf306a25ebb9a7925106f /packages/gitbook-html | |
parent | 71d146cafa0bb61542d2238b75dd01d63ab56532 (diff) | |
download | gitbook-5b4de3c0babb08bbd379740b4e4519dce4912746.zip gitbook-5b4de3c0babb08bbd379740b4e4519dce4912746.tar.gz gitbook-5b4de3c0babb08bbd379740b4e4519dce4912746.tar.bz2 |
Require lodash@4
Diffstat (limited to 'packages/gitbook-html')
-rw-r--r-- | packages/gitbook-html/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-html/package.json b/packages/gitbook-html/package.json index b2d184e..f533dce 100644 --- a/packages/gitbook-html/package.json +++ b/packages/gitbook-html/package.json @@ -6,7 +6,7 @@ "main": "lib/index.js", "dependencies": { "q": "^1.1.2", - "lodash": "^3.2.0 || ^4.13.1", + "lodash": "^4.13.1", "cheerio": "^0.20.0 && >=0.20.0" }, "devDependencies": { |