Skip to content

Commit 1322b6e

Browse files
committed
chore: fixed license
1 parent 3e16a45 commit 1322b6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/validate-licenses/validate-licenses.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ const ignoredPackages: PackageID[] = [
5757
'gitconfiglocal@1.0.0',
5858

5959
// https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en-common-misspellings/LICENSE
60-
'@cspell/dict-en-common-misspellings@2.0.11'
60+
'@cspell/dict-en-common-misspellings@2.0.11',
61+
62+
// https://github.com/bramstein/url-template?tab=BSD-3-Clause-1-ov-file
63+
'url-template@2.0.8'
6164
];
6265

6366
// Normalizes the license string to a standard SPDX identifier, handling possible asterisks from guessed licenses.

0 commit comments

Comments
 (0)