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/rainloop/package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'recipes/rainloop/package.json') diff --git a/recipes/rainloop/package.json b/recipes/rainloop/package.json index 9aa6924..ac9474e 100644 --- a/recipes/rainloop/package.json +++ b/recipes/rainloop/package.json @@ -1,14 +1,14 @@ { - "id": "rainloop", - "name": "RainLoop", - "version": "1.0.0", - "description": "RainLoop Webmail – Simple, modern & fast web-based email client", - "main": "index.js", - "author": "Marcel Deglau ", - "repository": "https://github.com/promarcel/franz-recipe-rainloop", - "license": "MIT", - "config": { - "hasNotificationSound": true, - "hasCustomUrl": true - } + "id": "rainloop", + "name": "RainLoop", + "version": "1.0.1", + "description": "RainLoop Webmail – Simple, modern & fast web-based email client", + "main": "index.js", + "author": "Marcel Deglau ", + "repository": "https://github.com/promarcel/franz-recipe-rainloop", + "license": "MIT", + "config": { + "hasNotificationSound": true, + "hasCustomUrl": true + } } -- cgit v1.2.3-54-g00ecf