Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-19 01:33:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-24 11:26:50 +0300
commit8c5ea8975a34a415672f78cf6dc296203de35b96 (patch)
tree54d35ec07d3d2ca8f371d51f4b659c0cf704eff8 /js/bower.json
parente3a80971d036eb9e9b01c7d503280c106fc3dfa6 (diff)
Replace marked by commonmark
Diffstat (limited to 'js/bower.json')
-rw-r--r--js/bower.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bower.json b/js/bower.json
index 5e7e3193..9b8f9d96 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -17,8 +17,8 @@
],
"dependencies": {
"eventsource-polyfill": "~0.*",
- "marked": "~0.*",
"github-markdown-css": "~2.*",
- "dompurify": "~0.6.5"
+ "dompurify": "~0.6.5",
+ "commonmark": "~0.22.0"
}
}