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,
|
"nodePort": 3000,
|
||||||
"dataDir": "data",
|
"dataDir": "data",
|
||||||
"modules" : {
|
"modules" : {
|
||||||
"plantuml" : true,
|
"plantuml" : false,
|
||||||
"rss": true,
|
"rss": true,
|
||||||
"webhook": true
|
"webhook": true
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"nodePort": 3000,
|
"nodePort": 3000,
|
||||||
"dataDir": "data",
|
"dataDir": "data",
|
||||||
"modules" : {
|
"modules" : {
|
||||||
"plantuml" : true,
|
"plantuml" : false,
|
||||||
"rss": true,
|
"rss": true,
|
||||||
"webhook": true
|
"webhook": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"ncp": "^2.0.0",
|
"ncp": "^2.0.0",
|
||||||
"node-plantuml": "^0.8.1",
|
|
||||||
"showdown": "^1.9.0",
|
"showdown": "^1.9.0",
|
||||||
"xml": "^1.0.1"
|
"xml": "^1.0.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user