From b2ab01ac8506de3d9fe00b461279eecc3230080a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20GOUIN?= Date: Wed, 19 Jun 2019 11:45:19 +0200 Subject: [PATCH] Removed plantuml dependency for now --- README.md | 2 +- config.example.json | 2 +- package.json | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52d1695..5d3d913 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ then edit the config.json file with your values : "nodePort": 3000, "dataDir": "data", "modules" : { - "plantuml" : true, + "plantuml" : false, "rss": true, "webhook": true }, diff --git a/config.example.json b/config.example.json index f0b38ac..5ab3b35 100644 --- a/config.example.json +++ b/config.example.json @@ -2,7 +2,7 @@ "nodePort": 3000, "dataDir": "data", "modules" : { - "plantuml" : true, + "plantuml" : false, "rss": true, "webhook": true }, diff --git a/package.json b/package.json index f923c30..9ab4569 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "dependencies": { "express": "^4.17.1", "ncp": "^2.0.0", - "node-plantuml": "^0.8.1", "showdown": "^1.9.0", "xml": "^1.0.1" },