mirror of
https://github.com/nextcloud/app_api.git
synced 2025-07-29 21:02:07 +00:00
fix: Override SPDX license identifier with valid one
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
@ -48,6 +48,7 @@ if (!isDev) {
|
|||||||
webpackConfig.plugins.push(new WebpackSPDXPlugin({
|
webpackConfig.plugins.push(new WebpackSPDXPlugin({
|
||||||
override: {
|
override: {
|
||||||
select2: 'MIT',
|
select2: 'MIT',
|
||||||
|
'@nextcloud/axios': 'GPL-3.0-or-later',
|
||||||
},
|
},
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user