Commit f14fd6e2 authored by FichteFoll's avatar FichteFoll

Merge pull request #5159 from wbond/rename_aaapackagedev

Rename AAAPackageDev to PackageDev
parents bdad4cca 40e6d60f
{ {
"schema_version": "3.0.0", "schema_version": "3.0.0",
"packages": [ "packages": [
{
"details": "https://github.com/SublimeText/AAAPackageDev",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"details": "https://github.com/khiltd/Abacus", "details": "https://github.com/khiltd/Abacus",
"releases": [ "releases": [
......
...@@ -32,6 +32,17 @@ ...@@ -32,6 +32,17 @@
} }
] ]
}, },
{
"name": "PackageDev",
"details": "https://github.com/SublimeText/PackageDev",
"previous_names": ["AAAPackageDev"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"details": "https://github.com/skuroda/PackageResourceViewer", "details": "https://github.com/skuroda/PackageResourceViewer",
"releases": [ "releases": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment