diff --git a/package.json b/package.json index b4fe6b6..984b632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedconf", - "version": "1.0.1", + "version": "1.1.0", "description": "Properly typed configuration for your TypeScript project", "type": "module", "repository": { @@ -63,7 +63,7 @@ "json5": "*" }, "peerDependenciesMeta": { - "json5":{ + "json5": { "optional": true } },