Commit 712939f3 authored by joneshf's avatar joneshf

Merge pull request #1781 from nwjlyons/master

Update c.json
parents 219bc3e4 0dcfe9db
...@@ -901,21 +901,23 @@ ...@@ -901,21 +901,23 @@
] ]
}, },
{ {
"name": "Copy PHP Namespace", "name": "Copy File Name",
"details": "https://github.com/FrenkyNet/CopyNamespace", "details": "https://github.com/nwjlyons/copy-file-name",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/FrenkyNet/CopyNamespace/tree/master" "details": "https://github.com/nwjlyons/copy-file-name/tree/master"
} }
] ],
"previous_names": ["copy-file-name"]
}, },
{ {
"details": "https://bitbucket.org/nwjlyons/copy-file-name", "name": "Copy PHP Namespace",
"details": "https://github.com/FrenkyNet/CopyNamespace",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://bitbucket.org/nwjlyons/copy-file-name/src/default" "details": "https://github.com/FrenkyNet/CopyNamespace/tree/master"
} }
] ]
}, },
......
...@@ -317,6 +317,17 @@ ...@@ -317,6 +317,17 @@
} }
] ]
}, },
{
"name": "Google Search",
"details": "https://github.com/nwjlyons/google-search",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/nwjlyons/google-search/tree/master"
}
],
"previous_names": ["google-search"]
},
{ {
"name": "Google Spell Check", "name": "Google Spell Check",
"details": "https://github.com/noahcoad/google-spell-check", "details": "https://github.com/noahcoad/google-spell-check",
...@@ -347,15 +358,6 @@ ...@@ -347,15 +358,6 @@
} }
] ]
}, },
{
"details": "https://bitbucket.org/nwjlyons/google-search",
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/nwjlyons/google-search/src/default"
}
]
},
{ {
"details": "https://github.com/SublimeText/GoogleTesting", "details": "https://github.com/SublimeText/GoogleTesting",
"releases": [ "releases": [
......
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