Skip to content

Commit

Permalink
revert changes to get it working again (#84)
Browse files Browse the repository at this point in the history
This reverts commit 3bb664e.

Bump to version 1.25.0
  • Loading branch information
ry committed Jun 11, 2020
1 parent ff87426 commit 158112b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deno",
"displayName": "%deno.displayName%",
"description": "%deno.description%",
"version": "1.24.0",
"version": "1.25.0",
"publisher": "denoland",
"icon": "deno.png",
"galleryBanner": {
Expand Down Expand Up @@ -176,6 +176,6 @@
"vscode-test": "^1.3.0"
},
"dependencies": {
"typescript-deno-plugin": "^1.31.0"
"typescript-deno-plugin": "^1.29.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1402,10 +1402,10 @@ typed-rest-client@1.2.0:
tunnel "0.0.4"
underscore "1.8.3"

typescript-deno-plugin@^1.31.0:
version "1.31.0"
resolved "https://registry.npmjs.org/typescript-deno-plugin/-/typescript-deno-plugin-1.31.0.tgz#7e354c1b30328707ac1d2ea724355d24db5c72f2"
integrity sha512-IoF5c8EubyNgjxxarguZfMx8Ph9Av9XqjySop0orepXv8wr02ND3DNNDFFdQyZfQAAcv1/v/u14MQIp8Os4c1w==
typescript-deno-plugin@^1.29.0:
version "1.29.0"
resolved "https://registry.npmjs.org/typescript-deno-plugin/-/typescript-deno-plugin-1.29.0.tgz#7a7d0735b53292380c07a10e89778e5e7c45a346"
integrity sha512-3GhWWhN0pPWWzrBLKPp2c4LNbR5urJbE3Yi7ScuyUM/wZg9n+B8H9LkEZpBskoEq4hDfN2YCMFzcmaGat56fQA==
dependencies:
import-maps "^0.2.1"
merge-deep "^3.0.2"
Expand Down

0 comments on commit 158112b

Please sign in to comment.