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/teamwork-projects/icon.svg | 2 +- recipes/teamwork-projects/package.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes/teamwork-projects') diff --git a/recipes/teamwork-projects/icon.svg b/recipes/teamwork-projects/icon.svg index a5b3462..2a6618d 100644 --- a/recipes/teamwork-projects/icon.svg +++ b/recipes/teamwork-projects/icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/recipes/teamwork-projects/package.json b/recipes/teamwork-projects/package.json index b133073..a3696da 100644 --- a/recipes/teamwork-projects/package.json +++ b/recipes/teamwork-projects/package.json @@ -1,7 +1,7 @@ { "id": "teamwork-projects", "name": "Teamwork Projects", - "version": "0.1.0", + "version": "0.1.1", "description": "Project management SaaS", "main": "index.js", "author": "Retzudo , Ported by Koma ", @@ -9,9 +9,8 @@ "config": { "serviceURL": "https://{teamId}.teamwork.com/", "hasNotificationSound": true, - "urlInputSuffix": true, + "urlInputSuffix": ".teamwork.com", "hasIndirectMessages": false, - "hasTeamId": true, - "urlInputSuffix": ".teamwork.com" + "hasTeamId": true } } -- cgit v1.2.3-70-g09d2