Skip to content

Commit 278b966

Browse files
committed
fix: provide license override for cli-table package
This package has a license file but no `license` specified in its package.json file. Broken since c8941c1.
1 parent f3c718a commit 278b966

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

licenses.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"ignoredOrgs": ["@mongodb-js", "@leafygreen-ui"],
33
"doNotValidatePackages": ["[email protected]"],
4-
"licenseOverrides": {}
4+
"licenseOverrides": {
5+
6+
}
57
}

0 commit comments

Comments
 (0)