Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fc56c9b

Browse files
committed
chore(package.json): add cheerio dependency
It's tinier than jsdom, and seems to work okay for generating the fixtures.
1 parent 22b817e commit fc56c9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"semver": "~4.0.3",
6161
"shelljs": "~0.3.0",
6262
"sorted-object": "^1.0.0",
63-
"stringmap": "^0.2.2"
63+
"stringmap": "^0.2.2",
64+
"cheerio": "^0.17.0"
6465
},
6566
"licenses": [
6667
{

0 commit comments

Comments
 (0)