aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/trello
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/trello
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/trello')
-rw-r--r--recipes/trello/icon.svg2
-rw-r--r--recipes/trello/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/trello/icon.svg b/recipes/trello/icon.svg
index 40f771f..dd3b336 100644
--- a/recipes/trello/icon.svg
+++ b/recipes/trello/icon.svg
@@ -1 +1 @@
<svg height="200" viewBox="0 0 200 200" width="200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="#0079bf" height="200" rx="25" width="200"/><g fill="#fff"><rect height="87.5" rx="12" width="61" x="113" y="26"/><rect height="137.5" rx="12" width="61" x="26" y="26"/></g></g></svg> \ No newline at end of file <svg height="200" width="200" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><rect fill="#0079bf" height="200" rx="25" width="200"/><g fill="#fff"><rect height="87.5" rx="12" width="61" x="113" y="26"/><rect height="137.5" rx="12" width="61" x="26" y="26"/></g></g></svg> \ No newline at end of file
diff --git a/recipes/trello/package.json b/recipes/trello/package.json
index ae3831e..ae8526b 100644
--- a/recipes/trello/package.json
+++ b/recipes/trello/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "trello", 2 "id": "trello",
3 "name": "Trello", 3 "name": "Trello",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Trello", 5 "description": "Trello",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Thom van Hal <thom@thvmh.nl>", 7 "author": "Thom van Hal <thom@thvmh.nl>",