aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/podio/package.json
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/podio/package.json
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/podio/package.json')
-rw-r--r--recipes/podio/package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/podio/package.json b/recipes/podio/package.json
index 9ed76dd..4b264c1 100644
--- a/recipes/podio/package.json
+++ b/recipes/podio/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "podio", 2 "id": "podio",
3 "name": "podio", 3 "name": "podio",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "Podio", 5 "description": "Podio",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Jan Willem Kaper <kapersoft@gmail.com>", 7 "author": "Jan Willem Kaper <kapersoft@gmail.com>",
@@ -10,15 +10,13 @@
10 "serviceURL": "https://podio.com", 10 "serviceURL": "https://podio.com",
11 "serviceName": "Podio", 11 "serviceName": "Podio",
12 "message": "", 12 "message": "",
13 "popup": [ 13 "popup": [],
14 ],
15 "hasNotificationSound": true, 14 "hasNotificationSound": true,
16 "hasIndirectMessages": false, 15 "hasIndirectMessages": false,
17 "hasTeamID": false, 16 "hasTeamID": false,
18 "customURL": false, 17 "customURL": false,
19 "hostedOnly": false, 18 "hostedOnly": false,
20 "webviewOptions": { 19 "webviewOptions": {},
21 },
22 "openDevTools": false 20 "openDevTools": false
23 } 21 }
24} 22}