aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-01-17 13:46:46 +0100
committerache <ache@ache.one>2018-01-17 13:46:46 +0100
commit92b7c434853bc84423f1db279a055f00abdd3a52 (patch)
tree80b2abf40de31eb4450f23ea10ba96a1f2f7cbd8
parentFix 404 Markdown interpreter (diff)
Dependencies actualisation
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 5da9700..593e011 100644
--- a/package.json
+++ b/package.json
@@ -17,14 +17,14 @@
"remark-highlight.js": "^5.0.0",
"remark-html": "^6.0.1",
"remark-kbd": "^1.0.6",
+ "remark-line-input": "git+http://git.ache.one/remark-line-input/",
"remark-math": "^1.0.0",
- "remark-qcm": "git+http://git.ache.one/remark-qcm",
"remark-mermaid-simple": "git+http://git.ache.one/remark-mermaid-simple/",
- "remark-line-input": "git+http://git.ache.one/remark-line-input/",
- "remark-text-input": "git+http://git.ache.one/remark-text-input/",
- "remark-special-box": "git+http://git.ache.one/remark-special-box/",
"remark-preset-lint-markdown-style-guide": "^2.1.1",
+ "remark-qcm": "git+http://git.ache.one/remark-qcm",
"remark-rehype": "^3.0.0",
+ "remark-special-box": "git+http://git.ache.one/remark-special-box/",
+ "remark-text-input": "git+http://git.ache.one/remark-text-input/",
"unist-util-inspect": "^4.1.2",
"vfile-reporter": "^4.0.0"
},