aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-02-02 07:31:38 +0100
committerache <ache@ache.one>2018-02-02 07:31:38 +0100
commit1677cb245356a762649185ee48e3befaba16c512 (patch)
tree59b4c17de670664fc4603067bdb4748ed8eee1bb /package.json
parentRemoving unnecessary libraries (diff)
XO fix
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/package.json b/package.json
index 8ea88d2..675e828 100644
--- a/package.json
+++ b/package.json
@@ -20,15 +20,23 @@
"remark-line-input": "git+http://git.ache.one/remark-line-input/",
"remark-math": "^1.0.0",
"remark-mermaid-simple": "git+http://git.ache.one/remark-mermaid-simple/",
- "remark-preset-lint-markdown-style-guide": "^2.1.1",
"remark-multiple-choice": "git+http://git.ache.one/remark-multiple-choice",
+ "remark-parse": "^5.0.0",
+ "remark-preset-lint-markdown-style-guide": "^2.1.1",
"remark-rehype": "^3.0.0",
- "remark-special-box": "git+http://git.ache.one/remark-special-box/",
"remark-select": "git+http://git.ache.one/remark-select/",
+ "remark-special-box": "git+http://git.ache.one/remark-special-box/",
"remark-text-input": "git+http://git.ache.one/remark-text-input/",
+ "unified": "^6.1.6",
"unist-util-inspect": "^4.1.2",
"vfile-reporter": "^4.0.0"
},
"author": "Titely",
- "license": ""
+ "license": "",
+ "devDependencies": {
+ "xo": "^0.18.2"
+ },
+ "xo": {
+ "space": true
+ }
}