feat(ST2.GitPackages): bump up all packages

- Refresh PackageCache with latest versions of everything
This commit is contained in:
Iristyle
2013-09-16 22:32:31 -04:00
parent fad58909f7
commit 3a0c5ce9e2
43 changed files with 6367 additions and 1395 deletions

View File

@@ -11,5 +11,8 @@
{ "caption": "GitHub: Update Gist", "command": "update_gist" },
{ "caption": "GitHub: Switch Accounts", "command": "switch_accounts" },
{ "caption": "GitHub: Copy Remote URL to Clipboard", "command": "copy_remote_url" },
{ "caption": "GitHub: Open Remote URL in Browser", "command": "open_remote_url" }
{ "caption": "GitHub: Open Remote URL in Browser", "command": "open_remote_url" },
{ "caption": "GitHub: Blame", "command": "blame"},
{ "caption": "GitHub: History", "command": "history"},
{ "caption": "GitHub: Edit", "command": "edit"}
]