From 1390d5718eab1607cd5839f3ac9c846df996c3aa Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 6 Jul 2021 10:01:33 +0530 Subject: Minify svg's using svgo --- recipes/fastmail/icon.svg | 2 +- recipes/fastmail/package.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'recipes/fastmail') diff --git a/recipes/fastmail/icon.svg b/recipes/fastmail/icon.svg index 4a7381e..ee6938e 100644 --- a/recipes/fastmail/icon.svg +++ b/recipes/fastmail/icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/recipes/fastmail/package.json b/recipes/fastmail/package.json index e27d182..165a164 100644 --- a/recipes/fastmail/package.json +++ b/recipes/fastmail/package.json @@ -1,14 +1,13 @@ { "id": "fastmail", "name": "FastMail", - "version": "1.0.1", + "version": "1.0.2", "description": "Email, calendars and contacts done right.", "main": "index.js", "author": "Alan Plum ", "license": "MIT", "config": { "serviceURL": "https://www.fastmail.com/mail/", - "message": - "Get private, secure, ad-free email hosting for you or your business" + "message": "Get private, secure, ad-free email hosting for you or your business" } } -- cgit v1.2.3-54-g00ecf