Skip to content

Commit ccf1e8d

Browse files
committed
renamed repostiory.json:
1 parent ab19bd2 commit ccf1e8d

File tree

2 files changed

+25
-584
lines changed

2 files changed

+25
-584
lines changed

repositories.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"schema_version": "3.0.0",
3+
"package_name_map":
4+
{
5+
"omnisharp-sublime": "OmniSharp"
6+
},
7+
"repositories":
8+
[
9+
"https://github.com/OmniSharp/omnisharp-sublime",
10+
"http://sublime.wbond.net/packages.json"
11+
],
12+
"packages": [
13+
{
14+
"name": "OmniSharp",
15+
"details": "https://github.com/OmniSharp/omnisharp-sublime",
16+
"labels": ["language syntax", "C#", ".net", "auto-complete"],
17+
"releases": [
18+
{
19+
"sublime_text": ">=3000",
20+
"tags": true
21+
}
22+
]
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)