diff --git a/tmru-addon-info.txt b/tmru-addon-info.txt index 1ab768b..a87f93c 100644 --- a/tmru-addon-info.txt +++ b/tmru-addon-info.txt @@ -1,11 +1,11 @@ { - 'name' : 'tmru', - 'version' : "dev", - 'author' : "Tom Link ", - 'maintainer' : "Tom Link ", - 'repository' : {'type': 'git', 'url': 'git://github.com/tomtom/tmru_vim.git'}, - 'dependencies' : { + "name" : "tmru", + "version" : "dev", + "author" : "Tom Link ", + "maintainer" : "Tom Link ", + "repository" : {"type": "git", "url": "git://github.com/tomtom/tmru_vim.git"}, + "dependencies" : { 'tlib': {'type': 'git', 'url': 'git://github.com/tomtom/tlib_vim.git'} }, - 'description' : "Most Recently Used Files" + "description" : "Most Recently Used Files" }