We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e7836 commit a61c8ffCopy full SHA for a61c8ff
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-inline-doc",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Add inline comments on stringified JSON (JSONC), or generate from JSON schema",
5
"main": "./lib/index.js",
6
"typings": "./lib/index.d.ts",
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 };
0 commit comments