From fc56c9b3cc9c4c9cda602dd23d87a50af59f5235 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Wed, 15 Oct 2014 13:54:45 -0400 Subject: [PATCH] chore(package.json): add cheerio dependency It's tinier than jsdom, and seems to work okay for generating the fixtures. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ecc7d1a5..5298f8c5 100644 --- a/package.json +++ b/package.json @@ -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": [ {