aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gitlab
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/gitlab
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/gitlab')
-rw-r--r--recipes/gitlab/icon.svg2
-rw-r--r--recipes/gitlab/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gitlab/icon.svg b/recipes/gitlab/icon.svg
index ff0a24c..b51d789 100644
--- a/recipes/gitlab/icon.svg
+++ b/recipes/gitlab/icon.svg
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="492.509" height="492.509" viewBox="0 0 492.509 453.68"><g fill="none" fill-rule="evenodd"><path d="M491.58891 259.39833l-27.55867-84.81467L409.41291 6.48633c-2.80934-8.648-15.04533-8.648-17.856 0l-54.61867 168.09733H155.57158l-54.62-168.09733c-2.80933-8.648-15.04533-8.648-17.856 0L28.47825 174.58366.92092 259.39833c-2.514669 7.736.24 16.21066 6.82 20.992l238.51333 173.28933 238.51466-173.28933c6.58-4.78134 9.33333-13.256 6.82-20.992" fill="#fc6d26"/><path d="M246.25478 453.67966l90.684-279.096h-181.368z" fill="#e24329"/><path d="M246.25478 453.67912l-90.684-279.09466h-127.092z" fill="#fc6d26"/><path d="M28.47878 174.58406L.92012 259.39873c-2.513336 7.736.24 16.21066 6.82133 20.99066l238.51333 173.28933z" fill="#fca326"/><path d="M28.47878 174.58433h127.092L100.95212 6.487c-2.81067-8.64933-15.04667-8.64933-17.856 0z" fill="#e24329"/><path d="M246.25478 453.67912l90.684-279.09466h127.09199z" fill="#fc6d26"/><path d="M464.03064 174.58406l27.55867 84.81467c2.51333 7.736-.24 16.21066-6.82134 20.99066L246.25465 453.67872z" fill="#fca326"/><path d="M464.03064 174.58433h-127.092L391.55731 6.487c2.81066-8.64933 15.04666-8.64933 17.856 0z" fill="#e24329"/></g></svg> \ No newline at end of file <svg xmlns="http://www.w3.org/2000/svg" width="492.509" height="492.509" viewBox="0 0 492.509 453.68"><g fill="none" fill-rule="evenodd"><path d="m491.589 259.398-27.559-84.814L409.413 6.486c-2.81-8.648-15.045-8.648-17.856 0l-54.619 168.098H155.572L100.952 6.486c-2.81-8.648-15.046-8.648-17.856 0L28.478 174.584.921 259.398a18.775 18.775 0 0 0 6.82 20.992l238.513 173.29L484.77 280.39a18.777 18.777 0 0 0 6.82-20.992" fill="#fc6d26"/><path d="m246.255 453.68 90.684-279.096H155.57z" fill="#e24329"/><path d="M246.255 453.68 155.57 174.583H28.479z" fill="#fc6d26"/><path d="M28.479 174.584.92 259.4a18.773 18.773 0 0 0 6.821 20.99l238.514 173.29z" fill="#fca326"/><path d="M28.479 174.584H155.57L100.952 6.487c-2.81-8.65-15.047-8.65-17.856 0z" fill="#e24329"/><path d="m246.255 453.68 90.684-279.096H464.03z" fill="#fc6d26"/><path d="m464.03 174.584 27.56 84.815a18.773 18.773 0 0 1-6.822 20.99L246.255 453.68z" fill="#fca326"/><path d="M464.03 174.584H336.94L391.557 6.487c2.811-8.65 15.047-8.65 17.856 0z" fill="#e24329"/></g></svg> \ No newline at end of file
diff --git a/recipes/gitlab/package.json b/recipes/gitlab/package.json
index 3c13f25..1acf478 100644
--- a/recipes/gitlab/package.json
+++ b/recipes/gitlab/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "gitlab", 2 "id": "gitlab",
3 "name": "GitLab", 3 "name": "GitLab",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "description": "An unofficial Ferdi recipe for GitLab CI", 5 "description": "An unofficial Ferdi recipe for GitLab CI",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>", 7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",