Commit ecb06a5f authored by Josh Goebel's avatar Josh Goebel

labels: prefer "javascript" over "Javascript"

- popularity suggests for most labels lowercase is the preferred style
parent 39cb7051
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
{ {
"name": "Jasmine Matchers Snippets", "name": "Jasmine Matchers Snippets",
"details": "https://github.com/JamieMason/Jasmine-Matchers-Snippets", "details": "https://github.com/JamieMason/Jasmine-Matchers-Snippets",
"labels": ["snippets", "JavaScript", "testing", "Jasmine"], "labels": ["snippets", "javascript", "testing", "Jasmine"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
{ {
"name": "Jasmine Scaffold", "name": "Jasmine Scaffold",
"details": "https://github.com/swirlycheetah/jasmine-scaffold-sublime-text", "details": "https://github.com/swirlycheetah/jasmine-scaffold-sublime-text",
"labels": ["Jasmine", "JavaScript", "testing", "unit test"], "labels": ["Jasmine", "javascript", "testing", "unit test"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
{ {
"name": "JavaScriptFunctionDefinition", "name": "JavaScriptFunctionDefinition",
"details": "https://github.com/asdf23/JavaScriptFunctionDefinition", "details": "https://github.com/asdf23/JavaScriptFunctionDefinition",
"labels": ["JavaScript", "autocomplete"], "labels": ["javascript", "autocomplete"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
{ {
"name": "UMD snippets", "name": "UMD snippets",
"details": "https://github.com/garrettn/sublime-umd-snippets", "details": "https://github.com/garrettn/sublime-umd-snippets",
"labels": ["JavaScript", "snippets"], "labels": ["javascript", "snippets"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"name": "Underscorejs snippets", "name": "Underscorejs snippets",
"details": "https://github.com/AntouanK/sublime-underscorejs-snippets", "details": "https://github.com/AntouanK/sublime-underscorejs-snippets",
"author": "@antouank", "author": "@antouank",
"labels": ["snippets", "auto-complete", "JavaScript", "underscorejs", "underscore.js"], "labels": ["snippets", "auto-complete", "javascript", "underscorejs", "underscore.js"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
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