Update license-checker, override amdefine

The amdefine module was updated to use a newish license syntax that license-checker doesn't seem to support yet. In order to prevent invalid failures I've added an override that will keep things functioning for now.

(cherry picked from commit 6dd8aae1c5)
This commit is contained in:
Spencer Alger 2015-06-29 11:14:57 -07:00
parent 6789b9ffa6
commit 1ed3cbbfcb
2 changed files with 3 additions and 2 deletions

View file

@ -95,7 +95,7 @@
"husky": "^0.8.1",
"istanbul": "^0.3.15",
"jade": "^1.8.2",
"license-checker": "3.0.3",
"license-checker": "^3.1.0",
"libesvm": "^1.0.1",
"load-grunt-config": "^0.7.0",
"marked": "^0.3.3",

View file

@ -34,7 +34,8 @@ module.exports = function (grunt) {
'FileSaver@undefined': ['MIT'],
'cycle@1.0.3': ['Public-Domain'],
'pkginfo@0.2.3': ['MIT'],
'uglify-js@2.2.5': ['BSD']
'uglify-js@2.2.5': ['BSD'],
'amdefine@0.1.1': ['BSD-3-Clause', 'MIT']
}
}
};