diff --git a/package.json b/package.json index e17e292..5927ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice", - "version": "8.0.0", + "version": "8.0.1", "description": "Inlines css into html source", "bin": "bin/juice", "main": "index.js", @@ -35,7 +35,7 @@ "node": ">=10.0.0" }, "dependencies": { - "cheerio": "^1.0.0-rc.10", + "cheerio": "1.0.0-rc.10", "commander": "^6.1.0", "mensch": "^0.3.4", "slick": "^1.12.2",