mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Allow language-coffee-script without a license for now
This commit is contained in:
@@ -15,6 +15,12 @@ module.exports = (grunt) ->
|
||||
console.error(err)
|
||||
exit 1
|
||||
|
||||
# Omit failure for coffee-script bundle for now. It seems to be intended
|
||||
# to be open source but has no license.
|
||||
for dependencyName in keys(summary)
|
||||
if dependencyName.match /^language-coffee-script@/
|
||||
delete summary[dependencyName]
|
||||
|
||||
if size(summary)
|
||||
console.error "Found dependencies without permissive licenses:"
|
||||
for name in keys(summary).sort()
|
||||
|
||||
Reference in New Issue
Block a user