diff options
-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": { |