Skip to content

Commit

Permalink
adm zip reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
shanalikhan committed Jul 13, 2018
1 parent 836975d commit 58fd111
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -68,7 +69,8 @@
],
"main": "./out/src/extension",
"contributes": {
"commands": [{
"commands": [
{
"command": "extension.HowSettings",
"title": "%cmd.howSetting.title%"
},
Expand All @@ -89,7 +91,8 @@
"title": "%cmd.otherOptions.title%"
}
],
"keybindings": [{
"keybindings": [
{
"key": "alt+shift+u",
"command": "extension.updateSettings"
},
Expand Down Expand Up @@ -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",
Expand All @@ -186,4 +189,4 @@
"rimraf": "^2.6.2",
"temp": "^0.8.3"
}
}
}

0 comments on commit 58fd111

Please sign in to comment.