aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-03 13:57:14 +0000
committerAleksey Kladov <[email protected]>2020-02-03 14:25:29 +0000
commit30f7e6590a37ef76ac53df665b54dade9aeece7d (patch)
tree6585ba6bb714341e16c7e409a27280d29cad3830 /editors/code/package.json
parent834fcecd3152b34efc3c194ee0af530e588e0560 (diff)
Remove recent improvements to the build script
tslib as a dev dependency and commonjs modules are definitely *wrong* in the ideal world, **but** in the real world that's the only combination that works. See https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Problems.20with.20TypeScript.20build
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e733ee2b4..06aa747fe 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -26,20 +26,20 @@
26 "dependencies": { 26 "dependencies": {
27 "jsonc-parser": "^2.1.0", 27 "jsonc-parser": "^2.1.0",
28 "seedrandom": "^3.0.5", 28 "seedrandom": "^3.0.5",
29 "vscode-languageclient": "^6.1.0", 29 "vscode-languageclient": "^6.1.0"
30 "tslib": "^1.10.0"
31 }, 30 },
32 "devDependencies": { 31 "devDependencies": {
33 "@rollup/plugin-commonjs": "^11.0.1", 32 "@rollup/plugin-commonjs": "^11.0.1",
34 "@rollup/plugin-node-resolve": "^6.1.0", 33 "@rollup/plugin-node-resolve": "^6.1.0",
35 "@rollup/plugin-typescript": "^3.0.0", 34 "@rollup/plugin-typescript": "^2.0.0",
36 "@types/node": "^12.12.25", 35 "@types/node": "^12.12.25",
37 "@types/seedrandom": "^2.4.28", 36 "@types/seedrandom": "^2.4.28",
38 "@types/vscode": "^1.41.0", 37 "@types/vscode": "^1.41.0",
39 "rollup": "^1.30.1", 38 "rollup": "^1.30.1",
39 "tslib": "^1.10.0",
40 "tslint": "^5.20.1", 40 "tslint": "^5.20.1",
41 "typescript": "^3.7.5",
42 "typescript-formatter": "^7.2.2", 41 "typescript-formatter": "^7.2.2",
42 "typescript": "^3.7.5",
43 "vsce": "^1.71.0" 43 "vsce": "^1.71.0"
44 }, 44 },
45 "activationEvents": [ 45 "activationEvents": [