From 45a928a56f2a8452a5285ce989d8e066fa98f2e4 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Wed, 14 Feb 2024 00:41:35 +0200 Subject: [PATCH] Correctly set the license type in the package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 807f8cb..9b08260 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "icon": "webpack -c ./webpack.config.icon.ts && node temp/igen.js && rm -rv temp" }, "author": "Nicolas Ventura", - "license": "Apache-2.0", + "license": "BSD-3-Clause-LBNL", "devDependencies": { "@babel/core": "^7.21.4", "@grafana/e2e": "10.0.3", @@ -72,4 +72,4 @@ "tslib": "2.5.3" }, "packageManager": "npm@8.19.2" -} \ No newline at end of file +}