Commit 71bcaa66 authored by Michał Przybyś's avatar Michał Przybyś

Fixed jinja2 load order; removed dependencies from GCnP

parent 7a4a8249
......@@ -32,7 +32,7 @@
},
{
"name": "jinja2",
"load_order": "50",
"load_order": "51",
"description": "Python Jinja2 module",
"author": "teddy_beer_maniac",
"issues": "https://bitbucket.org/teddy_beer_maniac/sublime-text-dependency-jinja2/issues",
......
......@@ -620,11 +620,7 @@
"releases": [
{
"sublime_text": ">=3000",
"tags": true,
"dependencies": [
"jinja2",
"markupsafe"
]
"tags": true
}
]
},
......
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