summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSheogorath2018-11-21 16:42:56 +0100
committerSheogorath2018-11-21 16:43:26 +0100
commit306c25d8f7e0e887b7b6b0cf488be46af3164805 (patch)
treee104c3c34a1cc908ef9ae46a2f00246d6ca6fd04 /package.json
parentf9929605af6ce7ff84db6f0dc125713538082a78 (diff)
Update doctoc to version 1.4.0
When installing doctoc it throws some warnings about the markdown-to-ast package that moved to an own namespace. This patch updates to the version containing the new, namespaced, package. References: https://github.com/thlorenz/doctoc/pull/151 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ee3c3830..b778e7e0 100644
--- a/package.json
+++ b/package.json
@@ -168,7 +168,7 @@
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
- "doctoc": "^1.3.0",
+ "doctoc": "^1.4.0",
"ejs-loader": "^0.3.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",