Commit a224f49b authored by csch0's avatar csch0

fixed order

parent af3b960f
...@@ -17,30 +17,30 @@ ...@@ -17,30 +17,30 @@
] ]
}, },
{ {
"name": "ordereddict", "name": "oauthlib",
"load_order": "50", "load_order": "50",
"description": "Python ordereddict module", "description": "Python oauthlib module",
"author": "FichteFoll", "author": "csch0",
"issues": "https://github.com/packagecontrol/ordereddict/issues", "issues": "https://github.com/csch0/SublimeText-oauthlib/issues",
"releases": [ "releases": [
{ {
"base": "https://github.com/packagecontrol/ordereddict", "base": "https://github.com/csch0/SublimeText-oauthlib",
"tags": true, "tags": true,
"sublime_text": "<3000" "sublime_text": "*"
} }
] ]
}, },
{ {
"name": "oauthlib", "name": "ordereddict",
"load_order": "50", "load_order": "50",
"description": "Python oauthlib module", "description": "Python ordereddict module",
"author": "csch0", "author": "FichteFoll",
"issues": "https://github.com/csch0/SublimeText-oauthlib/issues", "issues": "https://github.com/packagecontrol/ordereddict/issues",
"releases": [ "releases": [
{ {
"base": "https://github.com/csch0/SublimeText-oauthlib", "base": "https://github.com/packagecontrol/ordereddict",
"tags": true, "tags": true,
"sublime_text": "*" "sublime_text": "<3000"
} }
] ]
}, },
......
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