Skip to content

Commit 12cf297

Browse files
authored
Takeover SublimeFileBrowser (#8993)
1 parent 235eda8 commit 12cf297

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

repository/f.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,13 +579,16 @@
579579
},
580580
{
581581
"name": "FileBrowser",
582-
"details": "https://github.com/aziz/SublimeFileBrowser",
582+
"details": "https://github.com/kaste/SublimeFileBrowser",
583583
"labels": ["file navigation", "file creation", "file open", "sidebar"],
584584
"releases": [
585585
{
586-
"sublime_text": "*",
587-
"tags": true,
588-
"dependencies": ["package_events", "pathtools", "watchdog"]
586+
"sublime_text": "<4000",
587+
"tags": "st3-"
588+
},
589+
{
590+
"sublime_text": ">=4000",
591+
"tags": true
589592
}
590593
]
591594
},

0 commit comments

Comments
 (0)