UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

15 lines (13 loc) 403 B
import { changeImportEntryPoint } from '@atlaskit/codemod-utils'; export const updateImportEntryPointsForConfluenceSchema = [ changeImportEntryPoint( '@atlaskit/adf-schema', 'confluenceSchema', '@atlaskit/adf-schema/schema-confluence', ), changeImportEntryPoint( '@atlaskit/adf-schema', 'confluenceSchemaWithMediaSingle', '@atlaskit/adf-schema/schema-confluence', ), ];