aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-12-08 19:58:43 +0000
committerEdwin Cheng <[email protected]>2019-12-08 19:58:43 +0000
commit81ce9833a59756b85c0528cbc76dfb4b272d651c (patch)
tree518d905046d83daa93655b20aceb819bd6fd08a3 /editors/code/package.json
parente3a9e806bae14fbeb5d7369d7b7871ba87353316 (diff)
Add rollup sourcemap and fix launch.json
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 84a45945f..ae2049c57 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -48,6 +48,7 @@
48 "rollup-plugin-commonjs": "^10.1.0", 48 "rollup-plugin-commonjs": "^10.1.0",
49 "rollup-plugin-node-resolve": "^5.2.0", 49 "rollup-plugin-node-resolve": "^5.2.0",
50 "rollup-plugin-typescript": "^1.0.1", 50 "rollup-plugin-typescript": "^1.0.1",
51 "rollup-plugin-sourcemaps": "^0.4.2",
51 "shx": "^0.3.1", 52 "shx": "^0.3.1",
52 "tslint": "^5.20.1", 53 "tslint": "^5.20.1",
53 "tslint-config-prettier": "^1.18.0", 54 "tslint-config-prettier": "^1.18.0",