Commit bd6d0b65 authored by thom's avatar thom

Added sublime_lib dependency.

parent fbf89bb8
...@@ -900,6 +900,20 @@ ...@@ -900,6 +900,20 @@
} }
] ]
}, },
{
"name": "sublime_lib",
"load_order": "01",
"description": "Utility library for frequently used functionality in Sublime Text library and convenience functions or classes",
"author": "Thomas Smith",
"issues": "https://github.com/SublimeText/sublime_lib/issues",
"releases": [
{
"sublime_text": ">=3000",
"base": "https://github.com/SublimeText/sublime_lib",
"tags": true
}
]
},
{ {
"name": "SublimeP4Python", "name": "SublimeP4Python",
"load_order": "51", "load_order": "51",
......
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