From dfb1aec9c51c3ea510bbb713128d200ae0637f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20Collin?= Date: Sat, 31 Dec 2022 12:30:57 +0100 Subject: [PATCH] Fixed linter issues --- manifest.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index b391f29..2b0db6d 100644 --- a/manifest.json +++ b/manifest.json @@ -3,13 +3,13 @@ "id": "mongo-express", "packaging_format": 1, "description": { - "en": "Mongo-express admin server and optionally a Mongo database", - "fr": "Le serveur d'administration Mongo-express ainsi qu'optionnellement une base Mongo" + "en": "An admin server for Mongo and optionally a Mongo database", + "fr": "Un serveur d'administration pour Mongo ainsi qu'optionnellement une base Mongo" }, - "version": "1.0~ynh2", + "version": "1.0~ynh3", "url": "https://github.com/mongo-express/mongo-express", "upstream": { - "license": "free", + "license": "MIT", "code": "https://github.com/mongo-express/mongo-express" }, "license": "MIT", @@ -40,11 +40,7 @@ { "name": "is_public", "type": "boolean", - "default": false, - "ask": { - "en": "Mongo Express enables you admin access to your mongo server, you shouldn't allow anyone to access it", - "fr": "Il n'est vraiment pas recommandé de donner l'accès a tout le monde, car Mongo-Express vous donne un accès admin à votre serveur Mongo" - } + "default": false }, { "name": "mongo_version",