From 6bf8d839f38a5081876a049cd7b5507b1ff78638 Mon Sep 17 00:00:00 2001 From: Igor Nesterenko Date: Mon, 20 Aug 2018 21:20:39 +0300 Subject: [PATCH] clean up typing description bump version --- package.json | 2 +- src/monaco.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 090d8a12..521d8258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monaco-json", - "version": "2.2.0", + "version": "2.3.0", "description": "JSON plugin for the Monaco Editor", "scripts": { "compile": "mrmdir ./out && tsc -p ./src/tsconfig.json && tsc -p ./src/tsconfig.esm.json", diff --git a/src/monaco.d.ts b/src/monaco.d.ts index 1d44d13b..787e9376 100644 --- a/src/monaco.d.ts +++ b/src/monaco.d.ts @@ -31,7 +31,7 @@ declare module monaco.languages.json { readonly schema?: any; }[]; /** - * If set, the schema service would load schema content on-demand with 'fetch' if available, otherwise content would be taken from `schemas` property + * If set, the schema service would load schema content on-demand with 'fetch' if available */ readonly enableSchemaRequest? : boolean }