diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-06-06 17:34:53 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:32:20 +0100 |
commit | 2a01d0ea24907958d517b21048bae01d98227188 (patch) | |
tree | 173b5e84548ef5951b3a1aa59cbba1a641a08588 /packages | |
parent | f2f2a4152cd8015b9f88844f31debc3a42748c70 (diff) | |
download | gitbook-2a01d0ea24907958d517b21048bae01d98227188.zip gitbook-2a01d0ea24907958d517b21048bae01d98227188.tar.gz gitbook-2a01d0ea24907958d517b21048bae01d98227188.tar.bz2 |
Accept lodash 4.x.x
Diffstat (limited to 'packages')
-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 19bc74b..4ea8019 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", + "lodash": "^3.2.0 || ^4.13.1", "cheerio": "^0.20.0 && >=0.20.0" }, "devDependencies": { |