Skip to content

Commit

Permalink
refactor: do not export old cc license
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Dec 12, 2024
1 parent 78c3eb8 commit 931d18c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 931d18c

Please sign in to comment.