From a703c988dbda3cecd76d38c67a85f94b4eddbccf Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Sun, 2 Feb 2020 11:12:21 +0100 Subject: [PATCH 1/2] Add MailChimp to styles library --- library.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library.json b/library.json index 8076882..2da9093 100644 --- a/library.json +++ b/library.json @@ -28,5 +28,11 @@ "description": "Naive linter for English prose for developers who can't write good and wanna learn to do other stuff good too.", "homepage": "https://github.com/errata-ai/write-good", "url": "https://github.com/errata-ai/write-good/releases/latest/download/write-good.zip" + }, + { + "name": "MailChimp", + "description": "A Vale-compatible implementation of the MailChimp Style Guide.", + "homepage": "https://github.com/testthedocs/MailChimp", + "url": "https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip" } ] From 84c9b99ddf6b077e84449be8ac69d665184bd84d Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Fri, 1 May 2020 13:38:08 +0200 Subject: [PATCH 2/2] Update library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 2da9093..223d81a 100644 --- a/library.json +++ b/library.json @@ -33,6 +33,6 @@ "name": "MailChimp", "description": "A Vale-compatible implementation of the MailChimp Style Guide.", "homepage": "https://github.com/testthedocs/MailChimp", - "url": "https://github.com/errata-ai/Microsoft/releases/latest/download/Microsoft.zip" + "url": "https://github.com/testthedocs/MailChimp/releases/latest/download/MailChimp.zip" } ]