Removed plantuml dependency for now

This commit is contained in:
Clément GOUIN
2019-06-19 11:45:19 +02:00
parent 037c2bcd41
commit b2ab01ac85
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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
},
+1 -1
View File
@@ -2,7 +2,7 @@
"nodePort": 3000,
"dataDir": "data",
"modules" : {
"plantuml" : true,
"plantuml" : false,
"rss": true,
"webhook": true
},
-1
View File
@@ -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"
},