diff --git a/package.json b/package.json index d4bede1..93f7e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-inline-doc", - "version": "2.0.0", + "version": "2.0.1", "description": "Add inline comments on stringified JSON (JSONC), or generate from JSON schema", "main": "./lib/index.js", "typings": "./lib/index.d.ts", diff --git a/src/index.ts b/src/index.ts index d4a9df7..7bb8535 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ -import { CustomCommentWriter } from './CustomCommentWriter'; -import { JSONCommentWriterBase } from './JSONCommentWriterBase'; +import { CustomCommentWriter } from './customCommentWriter'; +import { JSONCommentWriterBase } from './jsonCommentWriterBase'; import { SchemaMetadataWriter } from './schemaMetadataWriter'; export { CustomCommentWriter, SchemaMetadataWriter, JSONCommentWriterBase }; \ No newline at end of file