diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-30 13:52:41 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-01-13 18:33:42 +0100 |
commit | e7a2151c4d39921933c7f52dc1345a70ac8ff6e0 (patch) | |
tree | 3501316b2f504d187345133a7feb5669ce34b69b /bower.json | |
parent | 127024d89d0fadc9f1e717e6062fb9ba29b19ddc (diff) | |
download | nextcloud-server-e7a2151c4d39921933c7f52dc1345a70ac8ff6e0.tar.gz nextcloud-server-e7a2151c4d39921933c7f52dc1345a70ac8ff6e0.zip |
Add marked
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bower.json b/bower.json index b4256b0c7aa..0735f4eb5a0 100644 --- a/bower.json +++ b/bower.json @@ -20,6 +20,7 @@ "jquery-migrate": "~1.4.0", "jquery-ui": "1.10.0", "jsTimezoneDetect": "~1.0.5", + "marked": "^0.3.6", "moment": "^2.15.0", "select2": "~3.4.8", "zxcvbn": "*", |