Commit 79e44d01 authored by FichteFoll's avatar FichteFoll

Rename OCaml package

It was the same as a default package before and that causes issues.
parent 8a2ed8e2
...@@ -364,6 +364,19 @@ ...@@ -364,6 +364,19 @@
} }
] ]
}, },
{
"name": "Better OCaml",
"details": "https://github.com/whitequark/sublime-better-ocaml",
"description": "An improved version of default OCaml package",
"labels": ["language syntax"],
"previous_names": ["OCaml"],
"releases": [
{
"sublime_text": "*",
"branch": "master"
}
]
},
{ {
"name": "Better RSpec", "name": "Better RSpec",
"details": "https://github.com/fnando/better-rspec-for-sublime-text", "details": "https://github.com/fnando/better-rspec-for-sublime-text",
......
...@@ -54,18 +54,6 @@ ...@@ -54,18 +54,6 @@
} }
] ]
}, },
{
"name": "OCaml",
"details": "https://github.com/whitequark/sublime-better-ocaml",
"description": "An improved version of default OCaml package",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"branch": "master"
}
]
},
{ {
"name": "OCaml Autocompletion", "name": "OCaml Autocompletion",
"details": "https://github.com/whitequark/sublime-ocp-index", "details": "https://github.com/whitequark/sublime-ocp-index",
...@@ -560,4 +548,4 @@ ...@@ -560,4 +548,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
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