aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wrike
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/wrike
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/wrike')
-rw-r--r--recipes/wrike/icon.svg2
-rw-r--r--recipes/wrike/package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/wrike/icon.svg b/recipes/wrike/icon.svg
index d577b7c..1283845 100644
--- a/recipes/wrike/icon.svg
+++ b/recipes/wrike/icon.svg
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="445" y1="597.03" x2="868.164" y2="170.762"><stop offset="0" stop-color="#309032"/><stop offset=".006" stop-color="#309032"/><stop offset=".361" stop-color="#46a747"/><stop offset=".699" stop-color="#53b454"/><stop offset="1" stop-color="#57b958"/></linearGradient><path d="M719 172.3L216.5 674.7l149.2 149.9L1018 172.3H719z" fill="url(#a)"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="168.837" y1="475.682" x2="434.843" y2="747.082"><stop offset="0" stop-color="#a0db1b"/><stop offset="1" stop-color="#82b500"/></linearGradient><path d="M303.2 463H4.8l360.9 360.9 149.9-149.2L303.2 463z" fill="url(#b)"/></svg> \ No newline at end of file <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="445" y1="597.03" x2="868.164" y2="170.762"><stop offset="0" stop-color="#309032"/><stop offset=".006" stop-color="#309032"/><stop offset=".361" stop-color="#46a747"/><stop offset=".699" stop-color="#53b454"/><stop offset="1" stop-color="#57b958"/></linearGradient><path d="M719 172.3 216.5 674.7l149.2 149.9L1018 172.3H719z" fill="url(#a)"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="168.837" y1="475.682" x2="434.843" y2="747.082"><stop offset="0" stop-color="#a0db1b"/><stop offset="1" stop-color="#82b500"/></linearGradient><path d="M303.2 463H4.8l360.9 360.9 149.9-149.2L303.2 463z" fill="url(#b)"/></svg> \ No newline at end of file
diff --git a/recipes/wrike/package.json b/recipes/wrike/package.json
index 7b61255..c13a223 100644
--- a/recipes/wrike/package.json
+++ b/recipes/wrike/package.json
@@ -1,12 +1,12 @@
1{ 1{
2 "id": "wrike", 2 "id": "wrike",
3 "name": "Wrike", 3 "name": "Wrike",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Project management SaaS", 5 "description": "Project management SaaS",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Koma", 7 "author": "Koma",
8 "license": "MIT", 8 "license": "MIT",
9 "repository": "https://github.com/koma-private/recipe-wrike", 9 "repository": "https://github.com/koma-private/recipe-wrike",
10 "config": { 10 "config": {
11 "serviceURL": "https://www.wrike.com/login/" 11 "serviceURL": "https://www.wrike.com/login/"
12 } 12 }