Selaa lähdekoodia

The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface

Alex Dima 5 vuotta sitten
vanhempi
commit
6dce21c4e5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "monaco-typescript",
-  "version": "3.6.2",
+  "version": "3.5.0",
   "description": "TypeScript and JavaScript language support for Monaco Editor",
   "scripts": {
     "compile-amd": "mcopy ./src/lib/typescriptServices-amd.js ./release/dev/lib/typescriptServices.js && tsc -p ./src/tsconfig.json",