Commit e0f604c2 authored by Jan T. Sott's avatar Jan T. Sott Committed by GitHub

Remove +

stupid copy & paste error
parent 6989d682
...@@ -134,19 +134,19 @@ ...@@ -134,19 +134,19 @@
] ]
}, },
{ {
+ "name": "dicttoxml", "name": "dicttoxml",
+ "load_order": "50", "load_order": "50",
+ "description": "Converts a Python dictionary or other native data type into a valid XML string - https://github.com/idleberg/sublime-dicttoxml", "description": "Converts a Python dictionary or other native data type into a valid XML string - https://github.com/idleberg/sublime-dicttoxml",
+ "author": "idleberg", "author": "idleberg",
+ "issues": "https://github.com/idleberg/sublime-dicttoxml/issues", "issues": "https://github.com/idleberg/sublime-dicttoxml/issues",
+ "releases": [ "releases": [
+ { {
+ "base": "https://github.com/idleberg/sublime-dicttoxml", "base": "https://github.com/idleberg/sublime-dicttoxml",
+ "tags": true, "tags": true,
+ "sublime_text": "*" "sublime_text": "*"
+ } }
+ ] ]
+ }, },
{ {
"name": "fileio", "name": "fileio",
"load_order": "01", "load_order": "01",
......
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