mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user