In our application we use strict dependency license checking.
rollup-plugin-dts has LGPL-3.0 in license field, but according to license docs, the identifier "LGPL-3.0" has been deprecated; LGPL-3.0-only is the preferred identifier to indicate only version 3.0 of the LGPL.
Can we change license field value in pacakge.json to LGPL-3.0-only?
In our application we use strict dependency license checking.
rollup-plugin-dts has LGPL-3.0 in license field, but according to license docs, the identifier "LGPL-3.0" has been deprecated; LGPL-3.0-only is the preferred identifier to indicate only version 3.0 of the LGPL.
Can we change license field value in pacakge.json to LGPL-3.0-only?