Skip to content

Commit 74e0e83

Browse files
committed
Fix broken imports to jsonld-context-parser
1 parent 3c789fd commit 74e0e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/entryhandler/EntryHandlerArrayValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as RDF from "@rdfjs/types";
22
import {ParsingContext} from "../ParsingContext";
33
import {Util} from "../Util";
44
import {IEntryHandler} from "./IEntryHandler";
5-
import { ERROR_CODES, ErrorCoded } from '../../../jsonld-context-flatten';
5+
import { ERROR_CODES, ErrorCoded } from 'jsonld-context-parser';
66

77
/**
88
* Handles values that are part of an array.

lib/entryhandler/keyword/EntryHandlerKeywordAnnotation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {ParsingContext} from "../../ParsingContext";
22
import {Util} from "../../Util";
33
import {EntryHandlerKeyword} from "./EntryHandlerKeyword";
4-
import { ERROR_CODES, ErrorCoded } from '../../../../jsonld-context-flatten';
4+
import { ERROR_CODES, ErrorCoded } from 'jsonld-context-parser';
55

66
/**
77
* Handles @annotation entries.

0 commit comments

Comments
 (0)