added new node-libs-browser dep to license config

This commit is contained in:
spalger 2015-07-15 14:56:16 -07:00
parent 93c8ab9d97
commit 2093bf4345

View file

@ -44,7 +44,8 @@ module.exports = function (grunt) {
'color-name@1.0.0': ['UNLICENSE'],
'css-color-names@0.0.1': ['MIT'],
'inherits@1.0.0': ['ISC'],
'jsonpointer@1.1.0': ['MIT']
'jsonpointer@1.1.0': ['MIT'],
'indexof@0.0.1': ['MIT']
}
}
};