From 58fd111ff6e1e812b55e2bfb1f252ed36acda200 Mon Sep 17 00:00:00 2001 From: Shan Date: Sat, 14 Jul 2018 01:58:00 +0500 Subject: [PATCH] adm zip reverted --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ec949c1..b30b09a4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "color": "#3B4859", "theme": "dark" }, - "badges": [{ + "badges": [ + { "url": "https://vsmarketplacebadge.apphb.com/version/Shan.code-settings-sync.svg", "description": "Latest Version", "href": "https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" @@ -68,7 +69,8 @@ ], "main": "./out/src/extension", "contributes": { - "commands": [{ + "commands": [ + { "command": "extension.HowSettings", "title": "%cmd.howSetting.title%" }, @@ -89,7 +91,8 @@ "title": "%cmd.otherOptions.title%" } ], - "keybindings": [{ + "keybindings": [ + { "key": "alt+shift+u", "command": "extension.updateSettings" }, @@ -176,7 +179,7 @@ "@types/node": "^10.0.3" }, "dependencies": { - "adm-zip": "0.4.10", + "adm-zip": "0.4.7", "chokidar": "^2.0.2", "fs": "^0.0.2", "github": "^11.0.0", @@ -186,4 +189,4 @@ "rimraf": "^2.6.2", "temp": "^0.8.3" } -} \ No newline at end of file +}