浏览代码

clean up typing description
bump version

Igor Nesterenko 7 年之前
父节点
当前提交
6bf8d839f3
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package.json
  2. 1 1
      src/monaco.d.ts

+ 1 - 1
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",

+ 1 - 1
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
     }