feat(ST2.EditorPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
{
|
||||
"repo": "SublimeStringEncode",
|
||||
"name": "StringEncode",
|
||||
"description": "Converts characters from one encoding to another using a transformation (think HTML entities, not character encodings).",
|
||||
"author": "Colin Thomas-Arnold (colinta)",
|
||||
"homepage": "https://github.com/colinta/SublimeStringEncode"
|
||||
"author": "Colin T.A. Gray (colinta)",
|
||||
"details": "https://github.com/colinta/SublimeStringEncode",
|
||||
"labels": ["text manipulation"],
|
||||
"releases": [
|
||||
{
|
||||
"details": "https://github.com/colinta/SublimeStringEncode/tree/master",
|
||||
"sublime_text": "<3000"
|
||||
},
|
||||
{
|
||||
"details": "https://github.com/colinta/SublimeStringEncode/tags",
|
||||
"sublime_text": ">=3000"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user