-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore react-scripts to dependencies and add packages to license che…
…ck exclude list
- Loading branch information
Hugo Marcellin
committed
Apr 2, 2024
1 parent
5198fca
commit f69d932
Showing
4 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,6 @@ npm run licenses-check | |
Notes : | ||
* Check [license-checker-config.json](license-checker-config.json) for license white list and exclusion. | ||
If you need to update this list, please inform organization's owners. | ||
* Excluded dependencies : | ||
* [email protected] : old version of a dependency which doesn't have a recognized license identifier on https://spdx.org/licenses/ (BSD) | ||
* [email protected] and [email protected] : dependencies to be removed once Vite migration done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"Python-2.0", | ||
"Unlicense" | ||
], | ||
"excludePackages": [] | ||
"excludePackages": ["[email protected]", "[email protected]", "[email protected]"] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters