diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-17 11:04:47 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-17 11:04:47 +0000 |
| commit | 8d9781876d1459461876973e0b33e7f2f94daa81 (patch) | |
| tree | 0109695430a1e604e68ddc2b7137f1fa7e354e4c /scripts | |
| parent | Merge branch 'develop' into future (diff) | |
| parent | merge: add fade and followmouse to list of animated mfm tags (!551) (diff) | |
| download | sharkey-8d9781876d1459461876973e0b33e7f2f94daa81.tar.gz sharkey-8d9781876d1459461876973e0b33e7f2f94daa81.tar.bz2 sharkey-8d9781876d1459461876973e0b33e7f2f94daa81.zip | |
merge: merge up to 2024.5.0 (!537)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/537
Approved-by: Marie <marie@kaifa.ch>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/trim-deps.mjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/trim-deps.mjs b/scripts/trim-deps.mjs index 2983f28cb4..7e5b1e965d 100644 --- a/scripts/trim-deps.mjs +++ b/scripts/trim-deps.mjs @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: marie and other Sharkey contributors + * SPDX-License-Identifier: AGPL-3.0-only + */ + // trims dependencies for production // only run after a full build |