aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/easy-redmine/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/easy-redmine/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/easy-redmine/package.json')
-rw-r--r--recipes/easy-redmine/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/easy-redmine/package.json b/recipes/easy-redmine/package.json
index c77c120..1936488 100644
--- a/recipes/easy-redmine/package.json
+++ b/recipes/easy-redmine/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "easy-redmine", 2 "id": "easy-redmine",
3 "name": "easy-redmine", 3 "name": "easy-redmine",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "description": "easy redmine", 5 "description": "easy redmine",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Carlos Clavero <cclavero@kyos.es>", 7 "author": "Carlos Clavero <cclavero@kyos.es>",
@@ -9,12 +9,12 @@
9 "config": { 9 "config": {
10 "serviceURL": "https://{teamID}.easyredmine.com", 10 "serviceURL": "https://{teamID}.easyredmine.com",
11 "serviceName": "EasyRedmine", 11 "serviceName": "EasyRedmine",
12 "popup": [ 12 "popup": [
13 "^https:\/\/([a-zA-Z0-9\\-]*).easyredmine.com" 13 "^https://([a-zA-Z0-9\\-]*).easyredmine.com"
14 ], 14 ],
15 "wording": { 15 "wording": {
16 "url": "easyredmine.com", 16 "url": "easyredmine.com",
17 "team": "easyredmine" 17 "team": "easyredmine"
18 }, 18 },
19 "message": "", 19 "message": "",
20 "hasNotificationSound": false, 20 "hasNotificationSound": false,