Removed plantuml dependency for now
This commit is contained in:
@@ -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
@@ -2,7 +2,7 @@
|
||||
"nodePort": 3000,
|
||||
"dataDir": "data",
|
||||
"modules" : {
|
||||
"plantuml" : true,
|
||||
"plantuml" : false,
|
||||
"rss": true,
|
||||
"webhook": true
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user