UNPKG

@atlaskit/adf-schema

Version:

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

10 lines (8 loc) 256 B
import { changeImportEntryPoint } from '@atlaskit/codemod-utils'; export const updateImportEntryPointsForBitbucketSchema = [ changeImportEntryPoint( '@atlaskit/adf-schema', 'bitbucketSchema', '@atlaskit/adf-schema/schema-bitbucket', ), ];