Skip to content

Commit

Permalink
vscode-uri (3.0.5): Incorrect Types (#29)
Browse files Browse the repository at this point in the history
* vscode-uri (3.0.5): Incorrect Types. Fixes microsoft/vscode#161166

* prepare 3.0.6
  • Loading branch information
aeschli authored Sep 19, 2022
1 parent be2c3de commit 16c3a80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-uri",
"author": "Microsoft",
"version": "3.0.5",
"version": "3.0.6",
"description": "The URI implementation that is used by VS Code and its extensions",
"main": "./lib/umd/index.js",
"typings": "./lib/umd/index",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = [
forceConsistentCasingInFileNames: true,
noImplicitAny: true,
module: 'es6',
declaration: false,
lib: [
'es2015'
]
Expand Down

0 comments on commit 16c3a80

Please sign in to comment.