diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-03 15:14:13 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-03 15:14:13 +0100 |
commit | c322fe7bfd95720ef6fedba13e4d5a82552e890e (patch) | |
tree | 2e0ac95f8554f6f04a41a65babf42aba0091454f /editors/code/package.json | |
parent | f15f0d1ec006c6c628fb70414d311bd85c2a0469 (diff) | |
parent | 45d6f47c28971d57dabf89952fa15e51a84e45d4 (diff) |
Merge #1477
1477: Update vsce to 1.64.0 r=matklad a=kjeremy
Gets rid of the annoying warning asking you to run `npm install -g vsce` on `cargo install`.
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 52972031d..052f0b3b3 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -44,7 +44,7 @@ | |||
44 | "tslint": "^5.16.0", | 44 | "tslint": "^5.16.0", |
45 | "tslint-config-prettier": "^1.18.0", | 45 | "tslint-config-prettier": "^1.18.0", |
46 | "typescript": "^3.4.4", | 46 | "typescript": "^3.4.4", |
47 | "vsce": "^1.59.0", | 47 | "vsce": "^1.64.0", |
48 | "vscode": "^1.1.33" | 48 | "vscode": "^1.1.33" |
49 | }, | 49 | }, |
50 | "activationEvents": [ | 50 | "activationEvents": [ |