From c02f93e1c20f437b830c321cfbaa2fe4ef124594 Mon Sep 17 00:00:00 2001 From: Keith Pitt Date: Fri, 27 Nov 2015 19:45:05 +1100 Subject: [PATCH] Standardize the aliases value to always be an array --- emojis.json | 102 ++++++++++++++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/emojis.json b/emojis.json index b1e20ad3..624ab7eb 100644 --- a/emojis.json +++ b/emojis.json @@ -4,59 +4,59 @@ "packagecloud": ["package_cloud"], "node": ["nodejs"], "golang": ["go"], - "debian": true, - "rspec": true, - "rubocop": true, - "ruby": true, - "bundler": true, - "bugsnag": true, - "newrelic": true, - "postgres": true, - "brakeman": true, - "finder": true, - "ubuntu": true, - "windows": true, - "linux": true, + "debian": [], + "rspec": [], + "rubocop": [], + "ruby": [], + "bundler": [], + "bugsnag": [], + "newrelic": [], + "postgres": [], + "brakeman": [], + "finder": [], + "ubuntu": [], + "windows": [], + "linux": [], "mac": ["darwin"], - "datadog": true, - "finder": true, - "ubuntu": true, - "windows": true, - "mysql": true, - "docker": true, - "calibre": true, - "docker": true, - "ansible": true, - "buildkite": true, - "json": true, - "fastlane": true, - "centos": true, - "rubygems": true, - "fedora": true, - "oracle_linux": true, - "scientific_linux": true, - "php": true, - "heroku": true, - "llama": true, - "npm": true, - "eslint": true, - "cucumber": true, - "knapsack": true, - "freebsd": true, - "taco": true, - "codecov": true, - "cloudformation": true, - "codedeploy": true, - "codepipeline": true, - "ec2": true, - "lambda": true, - "s3": true, - "elasticbeanstalk": true, - "route53": true, + "datadog": [], + "finder": [], + "ubuntu": [], + "windows": [], + "mysql": [], + "docker": [], + "calibre": [], + "docker": [], + "ansible": [], + "buildkite": [], + "json": [], + "fastlane": [], + "centos": [], + "rubygems": [], + "fedora": [], + "oracle_linux": [], + "scientific_linux": [], + "php": [], + "heroku": [], + "llama": [], + "npm": [], + "eslint": [], + "cucumber": [], + "knapsack": [], + "freebsd": [], + "taco": [], + "codecov": [], + "cloudformation": [], + "codedeploy": [], + "codepipeline": [], + "ec2": [], + "lambda": [], + "s3": [], + "elasticbeanstalk": [], + "route53": [], "googlecloud": ["gcloud"], "appengine": ["gappengine"], "compute": ["gcompute"], - "red_button": true, - "green_button": true, - "webpack": true + "red_button": [], + "green_button": [], + "webpack": [] }