aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/portainer/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-01-31 09:00:44 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-01-31 09:00:44 +0530
commit333c473afbe0504c26bc5fe89b607e98f8966be8 (patch)
tree29d2cd5f4a4667ec14dc2362678142f0e923c8d2 /recipes/portainer/package.json
parentadd recipe for Portainer (#503) (diff)
downloadferdium-recipes-333c473afbe0504c26bc5fe89b607e98f8966be8.tar.gz
ferdium-recipes-333c473afbe0504c26bc5fe89b607e98f8966be8.tar.zst
ferdium-recipes-333c473afbe0504c26bc5fe89b607e98f8966be8.zip
Fix formatting
Diffstat (limited to 'recipes/portainer/package.json')
-rw-r--r--recipes/portainer/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/portainer/package.json b/recipes/portainer/package.json
index 7b61f23..0f5a20d 100644
--- a/recipes/portainer/package.json
+++ b/recipes/portainer/package.json
@@ -1,11 +1,11 @@
1{ 1{
2 "id": "portainer", 2 "id": "portainer",
3 "name": "Portainer", 3 "name": "Portainer",
4 "version": "1.0.0", 4 "version": "1.0.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "hasHostedOption": true, 7 "hasHostedOption": true,
8 "hasCustomUrl": true, 8 "hasCustomUrl": true,
9 "hasNotificationSound": false 9 "hasNotificationSound": false
10 }
11 } 10 }
11}