summaryrefslogtreecommitdiffstats
path: root/settings/package.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-10 13:44:22 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-10 13:44:22 +0100
commitea1fcd036f4415033ed9a730b1e007ba6300a918 (patch)
treed6f2e86a89f9824d39cbe438473d17e5e573dc43 /settings/package.json
parent7dacd468bf7b14134cf24f8acfc6bad9b20e7587 (diff)
downloadnextcloud-server-ea1fcd036f4415033ed9a730b1e007ba6300a918.tar.gz
nextcloud-server-ea1fcd036f4415033ed9a730b1e007ba6300a918.zip
Bundle the 'marked' library
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/package.json')
-rw-r--r--settings/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/package.json b/settings/package.json
index cd96468f51b..6f9a378f294 100644
--- a/settings/package.json
+++ b/settings/package.json
@@ -12,6 +12,7 @@
},
"dependencies": {
"lodash": "^4.17.11",
+ "marked": "^0.6.0",
"nextcloud-axios": "^0.1.3",
"nextcloud-password-confirmation": "^0.4.1",
"nextcloud-vue": "^0.4.6",