diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 13:44:22 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 13:44:22 +0100 |
commit | ea1fcd036f4415033ed9a730b1e007ba6300a918 (patch) | |
tree | d6f2e86a89f9824d39cbe438473d17e5e573dc43 /settings/package.json | |
parent | 7dacd468bf7b14134cf24f8acfc6bad9b20e7587 (diff) | |
download | nextcloud-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.json | 1 |
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", |