Commit 78ae5b49 authored by FichteFoll's avatar FichteFoll

Merge pull request #3153 from leecade/patch-1

Update pakage name
parents b157e52e 1aecd10d
...@@ -118,23 +118,26 @@ ...@@ -118,23 +118,26 @@
] ]
}, },
{ {
"name": "Can I Use(offline)", "details": "https://github.com/SublimeGit/CanISwitchToSublimeText3",
"details": "https://github.com/leecade/caniuse",
"labels": ["caniuse", "offline"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://github.com/leecade/caniuse/tags" "details": "https://github.com/SublimeGit/CanISwitchToSublimeText3/tree/master"
} }
] ]
}, },
{ {
"details": "https://github.com/SublimeGit/CanISwitchToSublimeText3", "name": "caniuse_local",
"details": "https://github.com/leecade/caniuse_local",
"labels": ["caniuse", "offline"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/SublimeGit/CanISwitchToSublimeText3/tree/master" "details": "https://github.com/leecade/caniuse_local/tags"
} }
],
"previous_names": [
"Can I Use(offline)"
] ]
}, },
{ {
......
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