aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mattermost
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/mattermost
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/mattermost')
-rw-r--r--recipes/mattermost/icon.svg2
-rw-r--r--recipes/mattermost/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mattermost/icon.svg b/recipes/mattermost/icon.svg
index 232aebc..e88522c 100644
--- a/recipes/mattermost/icon.svg
+++ b/recipes/mattermost/icon.svg
@@ -1 +1 @@
<svg height="80" viewBox="0 0 80 80" width="80" xmlns="http://www.w3.org/2000/svg"><path d="m76.1710084 22.92625c-2.641875-5.705625-6.46625-10.5053125-11.53125-14.53625.135 2.73625.429375 8.58875.429375 8.58875s.3153125.4146875.44375.5940625c5.1184375 7.14875 6.9890625 15.0721875 5.2840625 23.6784375-3.41875 17.256875-20.2409375 27.784375-37.28875 23.480625-14.9662498-3.7784375-24.96187481-19.08125-22.1315623-34.2528125 2.234375-11.9771875 9.313125-19.9559375 20.8078123-24.0103125l.4165625-.1575.326875-.241875c1.393125-1.97 2.7525-3.9640625 4.2028125-6.069375-17.4209373.863125-34.94187482 14.84-36.94937482 36.100625-1.9425 20.5725 11.92781252 38.9190625 31.74874982 42.945 20.655 4.1953125 40.3178125-7.990625 46.2596875-27.4925 2.97125-9.751875 2.2759375-19.35125-2.01875-28.626875zm-49.1596873 12.86625c.87125 8.2771875 8.0456248 13.918125 16.3446873 13.0009375 8.15375-.90125 14.114375-8.8778125 12.5709375-16.9475-1.203125-6.291875-2.5328125-12.559375-3.80875-18.8371875-.5278125-2.5978125-1.061875-5.1946875-1.6221875-7.9346875-.220625.1940625-.323125.2759375-.4165625.3675-2.79375 2.73875-5.5859375 5.4790625-8.3796875 8.2178125-3.401875 3.3353125-6.7990625 6.675-10.2090625 10.001875-3.4199998 3.3365625-4.9768748 7.4084375-4.4793748 12.13125z" fill="#0072c6" fill-rule="evenodd"/></svg> \ No newline at end of file <svg height="80" width="80" xmlns="http://www.w3.org/2000/svg"><path d="M76.171 22.926C73.529 17.221 69.705 12.421 64.64 8.39c.135 2.736.43 8.589.43 8.589s.314.414.443.594c5.118 7.149 6.989 15.072 5.284 23.678-3.419 17.257-20.241 27.785-37.289 23.48-14.966-3.778-24.962-19.08-22.131-34.252C13.61 18.502 20.69 10.523 32.184 6.47l.417-.158.327-.242C34.32 4.1 35.68 2.105 37.13 0 19.71.863 2.189 14.84.18 36.1-1.76 56.674 12.11 75.02 31.931 79.047c20.654 4.195 40.317-7.991 46.259-27.493 2.971-9.752 2.276-19.351-2.019-28.627zm-49.16 12.867c.872 8.277 8.046 13.918 16.345 13 8.154-.9 14.114-8.877 12.57-16.947-1.202-6.292-2.532-12.56-3.808-18.837-.528-2.598-1.062-5.195-1.622-7.935-.22.194-.323.276-.417.368-2.793 2.738-5.585 5.479-8.38 8.217-3.401 3.336-6.798 6.675-10.208 10.002-3.42 3.337-4.977 7.409-4.48 12.132z" fill="#0072c6" fill-rule="evenodd"/></svg> \ No newline at end of file
diff --git a/recipes/mattermost/package.json b/recipes/mattermost/package.json
index f30a0a6..fa8d7c1 100644
--- a/recipes/mattermost/package.json
+++ b/recipes/mattermost/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "mattermost", 2 "id": "mattermost",
3 "name": "Mattermost", 3 "name": "Mattermost",
4 "version": "1.2.3", 4 "version": "1.2.4",
5 "description": "Mattermost", 5 "description": "Mattermost",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",