mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
6789b9ffa6
commit
1ed3cbbfcb
2 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue