Browse Source

Merge pull request #5570 from sebavan/master

Fix https://code.visualstudio.com/blogs/2018/11/26/event-stream
sebavan 6 years ago
parent
commit
362046ea49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tools/Gulp/package.json

+ 1 - 1
Tools/Gulp/package.json

@@ -25,7 +25,7 @@
         "gulp-replace": "~1.0.0",
         "gulp-sourcemaps": "~2.6.4",
         "gulp-tslint": "^8.1.3",
-        "gulp-typedoc": "^2.2.0",
+        "gulp-typedoc": "^2.2.1",
         "gulp-typescript": "4.0.2",
         "gulp-uglify": "^3.0.1",
         "gulp-webserver": "^0.9.1",