Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Nov 4, 2024
1 parent 7291de0 commit 7b53061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ckeditor/plugins/angular-integration-usage-data.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { VERSION } from '@angular/core';
import { createIntegrationUsageDataPlugin } from '@ckeditor/ckeditor5-integrations-common';
import { version } from '../package.json';
import pkg from '../package.json';

/**
* This part of the code is not executed in open-source implementations using a GPL key.
Expand All @@ -15,7 +15,7 @@ import { version } from '../package.json';
export const AngularIntegrationUsageDataPlugin = createIntegrationUsageDataPlugin(
'angular',
{
version,
version: pkg.version,
frameworkVersion: VERSION.full
}
);

0 comments on commit 7b53061

Please sign in to comment.