aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastmail/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-06 10:01:33 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-06 11:05:15 +0530
commit1390d5718eab1607cd5839f3ac9c846df996c3aa (patch)
tree3637543e23129a5ac2d599fdf93044e57c8170c7 /recipes/fastmail/package.json
parentIgnore .md files from being packaged into the recipe archives (minor size gain). (diff)
downloadferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.gz
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.tar.zst
ferdium-recipes-1390d5718eab1607cd5839f3ac9c846df996c3aa.zip
Minify svg's using svgo
Diffstat (limited to 'recipes/fastmail/package.json')
-rw-r--r--recipes/fastmail/package.json5
1 files changed, 2 insertions, 3 deletions
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 @@
1{ 1{
2 "id": "fastmail", 2 "id": "fastmail",
3 "name": "FastMail", 3 "name": "FastMail",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Email, calendars and contacts done right.", 5 "description": "Email, calendars and contacts done right.",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Alan Plum <me@pluma.io>", 7 "author": "Alan Plum <me@pluma.io>",
8 "license": "MIT", 8 "license": "MIT",
9 "config": { 9 "config": {
10 "serviceURL": "https://www.fastmail.com/mail/", 10 "serviceURL": "https://www.fastmail.com/mail/",
11 "message": 11 "message": "Get private, secure, ad-free email hosting for you or your business"
12 "Get private, secure, ad-free email hosting for you or your business"
13 } 12 }
14} 13}