From 3bd821f8f5761899e211d8758fdd57d3d633fb9a Mon Sep 17 00:00:00 2001 From: Krzysztof Modras Date: Mon, 5 Feb 2024 14:40:33 +0100 Subject: [PATCH] Fix license-report (#1461) --- license-report-config.json => .license-report-config.json | 0 extension-manifest-v2/package.json | 2 +- extension-manifest-v3/package.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename license-report-config.json => .license-report-config.json (100%) diff --git a/license-report-config.json b/.license-report-config.json similarity index 100% rename from license-report-config.json rename to .license-report-config.json diff --git a/extension-manifest-v2/package.json b/extension-manifest-v2/package.json index 6cb2a9496..caeaf0b48 100644 --- a/extension-manifest-v2/package.json +++ b/extension-manifest-v2/package.json @@ -15,7 +15,7 @@ "build": "webpack --mode production --progress", "build.prod": "npm run build", "build.watch": "webpack --mode development --progress --watch", - "licenses": "license-report --config=../license-report-config.json > dist/licenses.html", + "licenses": "license-report --config=../.license-report-config.json > dist/licenses.html", "test": "jest", "test.watch": "jest --watch", "test.snapshot": "jest --updateSnapshot", diff --git a/extension-manifest-v3/package.json b/extension-manifest-v3/package.json index 756ac67d2..3c53bf6ac 100644 --- a/extension-manifest-v3/package.json +++ b/extension-manifest-v3/package.json @@ -9,7 +9,7 @@ "start": "npm run build -- --watch", "download-engines": "node scripts/download-engines/index.js", "download-whotracksme-bloomfilter": "node scripts/download-whotracksme-bloomfilter.js", - "licenses": "license-report --config=../license-report-config.json > dist/licenses.html", + "licenses": "license-report --config=../.license-report-config.json > dist/licenses.html", "lint": "eslint src/", "test": "npm run lint", "locales.ui": "hybrids extract -c --format=chrome.i18n ../node_modules/@ghostery/ui ./src/_locales/en/messages.json",