feat(ST2.EditorPackages): bump up all packages

- Refresh PackageCache with latest versions of everything
This commit is contained in:
Iristyle
2013-09-16 22:29:05 -04:00
parent 951be33c9e
commit 5ed4214a22
180 changed files with 9360 additions and 1211 deletions

View File

@@ -62,5 +62,13 @@
{
"caption": "StringEncode: Hexadecimal to Decimal",
"command": "hex_dec"
},
{
"caption": "StringEncode: Unicode to Hexadecimal",
"command": "unicode_hex"
},
{
"caption": "StringEncode: Hexadecimal to Unicode",
"command": "hex_unicode"
}
]