Skip to content

Commit 34ea523

Browse files
committed
Update REUSE.toml
1 parent a4ff142 commit 34ea523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

REUSE.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ SPDX-FileCopyrightText = "2016-2025 Recharts Group"
1616
SPDX-License-Identifier = "MIT"
1717

1818
[[annotations]]
19-
path = "packages/base/src/hooks/useIsomorphicLayoutEffect.ts"
19+
path = "packages/base/src/internal/hooks/useIsomorphicLayoutEffect.ts"
2020
precedence = "aggregate"
2121
SPDX-FileCopyrightText = "2019 Tanner Linsley"
2222
SPDX-License-Identifier = "MIT"
2323

2424
[[annotations]]
25-
path = "packages/base/src/utils/debounce.ts"
25+
path = "packages/base/src/internal/utils/debounce.ts"
2626
precedence = "aggregate"
2727
SPDX-FileCopyrightText = "2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors"
2828
SPDX-License-Identifier = "MIT"
2929

3030
[[annotations]]
31-
path = "packages/base/src/utils/throttle.ts"
31+
path = "packages/base/src/internal/utils/throttle.ts"
3232
precedence = "aggregate"
3333
SPDX-FileCopyrightText = "2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors"
3434
SPDX-License-Identifier = "MIT"

0 commit comments

Comments
 (0)