Skip to content

Commit

Permalink
Fixed cheerio version to stop breaking changes in its latest version …
Browse files Browse the repository at this point in the history
…causing build failures
  • Loading branch information
deepft committed May 28, 2022
1 parent f1ecb95 commit 732bbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 732bbe1

Please sign in to comment.