From 931d18cc244d3de4ccb68851a382610048b1028c Mon Sep 17 00:00:00 2001 From: kim Date: Thu, 12 Dec 2024 14:24:47 +0100 Subject: [PATCH] refactor: do not export old cc license --- src/index.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 02f19679..5be41e5d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -53,10 +53,7 @@ export * from './enums/permissionLevel/permissionLevel.js'; /** * Creative common licenses */ -export { - CCLicenseAdaptions, - OldCCLicenseAdaptations, -} from './enums/ccLicenses.js'; +export { CCLicenseAdaptions } from './enums/ccLicenses.js'; /** * Graasp Services