From 22cf1424730015f18a22b14bfbb1e7128e5fe9f2 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 21 Jan 2015 09:01:58 -0700 Subject: [PATCH] Add license override for cheerio@0.15.0 Newer versions of the library have the license added, but this is easier than upgrading for now. --- build/tasks/license-overrides.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/tasks/license-overrides.coffee b/build/tasks/license-overrides.coffee index ee1f13479..c2580a4c1 100644 --- a/build/tasks/license-overrides.coffee +++ b/build/tasks/license-overrides.coffee @@ -35,6 +35,10 @@ module.exports = MIT/X11 """ + 'cheerio@0.15.0': + repository: "https://github.com/cheeriojs/cheerio" + license: 'MIT' + source: 'https://github.com/cheeriojs/cheerio/blob/master/package.json' 'specificity@0.1.3': repository: 'https://github.com/keeganstreet/specificity' license: 'MIT'