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/easy-redmine/icon.svg | 1463 +------------------------------------ recipes/easy-redmine/package.json | 12 +- 2 files changed, 7 insertions(+), 1468 deletions(-) (limited to 'recipes/easy-redmine') diff --git a/recipes/easy-redmine/icon.svg b/recipes/easy-redmine/icon.svg index 0d2bac6..53bb5af 100644 --- a/recipes/easy-redmine/icon.svg +++ b/recipes/easy-redmine/icon.svg @@ -1,1462 +1 @@ - - - - + \ No newline at end of file diff --git a/recipes/easy-redmine/package.json b/recipes/easy-redmine/package.json index c77c120..1936488 100644 --- a/recipes/easy-redmine/package.json +++ b/recipes/easy-redmine/package.json @@ -1,7 +1,7 @@ { "id": "easy-redmine", "name": "easy-redmine", - "version": "1.0.0", + "version": "1.0.1", "description": "easy redmine", "main": "index.js", "author": "Carlos Clavero ", @@ -9,12 +9,12 @@ "config": { "serviceURL": "https://{teamID}.easyredmine.com", "serviceName": "EasyRedmine", - "popup": [ - "^https:\/\/([a-zA-Z0-9\\-]*).easyredmine.com" + "popup": [ + "^https://([a-zA-Z0-9\\-]*).easyredmine.com" ], - "wording": { - "url": "easyredmine.com", - "team": "easyredmine" + "wording": { + "url": "easyredmine.com", + "team": "easyredmine" }, "message": "", "hasNotificationSound": false, -- cgit v1.2.3-70-g09d2