aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-tasks
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/nextcloud-tasks
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/nextcloud-tasks')
-rw-r--r--recipes/nextcloud-tasks/icon.svg2
-rw-r--r--recipes/nextcloud-tasks/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nextcloud-tasks/icon.svg b/recipes/nextcloud-tasks/icon.svg
index 15cbd63..ab5a104 100644
--- a/recipes/nextcloud-tasks/icon.svg
+++ b/recipes/nextcloud-tasks/icon.svg
@@ -1 +1 @@
<svg enable-background="new 0 0 32 32" height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"><path d="m5 0h22c2.762 0 5 2.239 5 5v22c0 2.762-2.238 5-5 5h-22c-2.761 0-5-2.238-5-5v-22c0-2.761 2.239-5 5-5z" fill="#0082c9"/><path d="m13.958 27.497s.248-.685.538-1.308c4.692-10.104 10.719-16.759 13.393-19.78 2.164-2.447 1.317-2.062.358-1.438-3.91 2.543-11.228 10.715-14.024 13.546-.518.521-1.691 1.754-1.956 1.754-.299 0-1.298-.461-1.869-.797-2.182-1.279-4.269-2.527-5.578-2.999-2.789-1.003-2-.05-1.841.269.498.996 7.233 6.396 9.464 8.944.691.791 1.515 1.809 1.515 1.809z" fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width=".75"/></svg> \ No newline at end of file <svg height="32" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M5 0h22a5 5 0 0 1 5 5v22a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V5a5 5 0 0 1 5-5z" fill="#0082c9"/><path d="M13.958 27.497s.248-.685.538-1.308C19.188 16.085 25.215 9.43 27.889 6.409c2.164-2.447 1.317-2.062.358-1.438-3.91 2.543-11.228 10.715-14.024 13.546-.518.521-1.691 1.754-1.956 1.754-.299 0-1.298-.461-1.869-.797-2.182-1.279-4.269-2.527-5.578-2.999-2.789-1.003-2-.05-1.841.269.498.996 7.233 6.396 9.464 8.944.691.791 1.515 1.809 1.515 1.809z" fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width=".75"/></svg> \ No newline at end of file
diff --git a/recipes/nextcloud-tasks/package.json b/recipes/nextcloud-tasks/package.json
index cabc86a..08da901 100644
--- a/recipes/nextcloud-tasks/package.json
+++ b/recipes/nextcloud-tasks/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "nextcloud-tasks", 2 "id": "nextcloud-tasks",
3 "name": "Nextcloud Tasks", 3 "name": "Nextcloud Tasks",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Ferdi recipe for Nextcloud Tasks. Easily sync tasks from various devices with your Nextcloud and edit them online.", 5 "description": "Ferdi recipe for Nextcloud Tasks. Easily sync tasks from various devices with your Nextcloud and edit them online.",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>", 7 "author": "Edgars Andersons <Edgars+github@gaitenis.id.lv>",