mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
switch to license-webpack-plugin
This package is a bit more versatile. For example, it lets us include the app's package too. webpack-license-plugin had a bug that made it unusable anyway.
This commit is contained in:
@@ -9,10 +9,8 @@ export interface LicenseInfo {
|
||||
readonly name: string;
|
||||
readonly version: string;
|
||||
readonly author: string | undefined;
|
||||
readonly repository: string | null;
|
||||
readonly source: string;
|
||||
readonly license: string;
|
||||
readonly licenseText: string | null;
|
||||
readonly licenseText: string;
|
||||
}
|
||||
|
||||
export type LicenseList = LicenseInfo[];
|
||||
|
||||
Reference in New Issue
Block a user