chore(package.json): add cheerio dependency

It's tinier than jsdom, and seems to work okay for generating the fixtures.
This commit is contained in:
Caitlin Potter
2014-10-15 13:54:45 -04:00
parent 22b817ec11
commit fc56c9b3cc

View File

@@ -60,7 +60,8 @@
"semver": "~4.0.3",
"shelljs": "~0.3.0",
"sorted-object": "^1.0.0",
"stringmap": "^0.2.2"
"stringmap": "^0.2.2",
"cheerio": "^0.17.0"
},
"licenses": [
{