Skip to content

Commit

Permalink
package.json: update cheerio, mochawesome; remove inliners
Browse files Browse the repository at this point in the history
See next ocmmit for details o nusing sdom & jquery instead of juice &
inline-css.
  • Loading branch information
titaniumbones committed Sep 16, 2019
1 parent 190b031 commit 93919e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
},
"homepage": "https://github.com/titaniumbones/assignment-web-skills-intro#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2"
"cheerio": "^1.0.0-rc.3",
"jquery": "^3.4.1",
"jsdom": "^15.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand All @@ -32,10 +34,8 @@
"git-config": "0.0.7",
"git-state": "^4.1.0",
"html-word-count": "^2.0.0",
"inline-css": "^2.2.3",
"juice": "^5.1.0",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"mochawesome": "^3.1.2",
"path": "^0.12.7"
},
"oldDependencies": {
Expand Down

0 comments on commit 93919e9

Please sign in to comment.