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.
This commit is contained in:
Nathan Sobo 2015-01-21 09:01:58 -07:00
parent 1d6db875ff
commit 22cf142473

View File

@ -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'