From 91dab7402f8b062edd2b83778ada72805a4ebc15 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 12 Aug 2016 15:00:20 -0700 Subject: [PATCH] Add license override for bytes@1.0.0 --- tasks/config/licenses.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/config/licenses.js b/tasks/config/licenses.js index 8f737fa58b84..b59b41e457b4 100644 --- a/tasks/config/licenses.js +++ b/tasks/config/licenses.js @@ -38,6 +38,7 @@ module.exports = function (grunt) { 'angular-ui-ace@0.2.3': ['MIT'], 'assert-plus@0.1.5': ['MIT'], 'buffers@0.1.1': ['MIT/X11'], + 'bytes@1.0.0': ['MIT'], 'color-name@1.0.0': ['UNLICENSE'], 'commander@2.2.0': ['MIT'], 'css-color-names@0.0.1': ['MIT'],