Skip to content

Commit a61c8ff

Browse files
committed
fix wrong case of import
1 parent 74e7836 commit a61c8ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-inline-doc",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Add inline comments on stringified JSON (JSONC), or generate from JSON schema",
55
"main": "./lib/index.js",
66
"typings": "./lib/index.d.ts",

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { CustomCommentWriter } from './CustomCommentWriter';
2-
import { JSONCommentWriterBase } from './JSONCommentWriterBase';
1+
import { CustomCommentWriter } from './customCommentWriter';
2+
import { JSONCommentWriterBase } from './jsonCommentWriterBase';
33
import { SchemaMetadataWriter } from './schemaMetadataWriter';
44

55
export { CustomCommentWriter, SchemaMetadataWriter, JSONCommentWriterBase };

0 commit comments

Comments
 (0)