aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package-lock.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-03 17:11:36 +0000
committerGitHub <[email protected]>2020-02-03 17:11:36 +0000
commitb090ee5a65f9630146c2842bc51fcfcc8da08da1 (patch)
tree433ab3412e57a51ca170937f007aa36affc03ed6 /editors/code/package-lock.json
parent8d18b151e42aafaec713832f25f48aefcc0958c5 (diff)
parentf0323de7e8a38113a4ceeba068b5c06b5b541182 (diff)
Merge #3003
3003: Remove rollup-typescript r=matklad a=matklad It seems like just calling typescript directly is simpler and more reliable? @Veetaha what do you think about this approach? Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/package-lock.json')
-rw-r--r--editors/code/package-lock.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json
index 261e36a02..353af06bf 100644
--- a/editors/code/package-lock.json
+++ b/editors/code/package-lock.json
@@ -61,16 +61,6 @@
61 } 61 }
62 } 62 }
63 }, 63 },
64 "@rollup/plugin-typescript": {
65 "version": "2.1.0",
66 "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-2.1.0.tgz",
67 "integrity": "sha512-7lXKGY06aofrceVez/YnN2axttFdHSqlUBpCJ6ebzDfxwLDKMgSV5lD4ykBcdgE7aK3egxuLkD/HKyRB5L8Log==",
68 "dev": true,
69 "requires": {
70 "@rollup/pluginutils": "^3.0.0",
71 "resolve": "^1.13.1"
72 }
73 },
74 "@rollup/pluginutils": { 64 "@rollup/pluginutils": {
75 "version": "3.0.8", 65 "version": "3.0.8",
76 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.0.8.tgz", 66 "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.0.8.tgz",