aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-23 11:19:12 +0200
committerache <ache@ache.one>2018-05-23 11:22:48 +0200
commitd7d9fe9ec6252bbbbf430cb95f8ea4d6ded1cc2a (patch)
tree6c5915f1046836a95bf72a0786c388ba8c98b6ae /package.json
parentRefactoring coherence (diff)
Add more tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1ab002f..7199794 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"start": "node app.js"
},
"dependencies": {
- "unist-util-visit": "^1.1.3",
- "md-attr-parser": "^1.0.0"
+ "md-attr-parser": "^1.0.0",
+ "unist-util-visit": "^1.1.3"
},
"author": "ache",
"license": "MIT",
@@ -21,6 +21,8 @@
],
"devDependencies": {
"ava": "^0.25.0",
+ "dom5": "^3.0.0",
+ "parse5": "^4.0.0",
"rehype-raw": "^2.0.0",
"rehype-stringify": "^3.0.0",
"remark-parse": "^5.0.0",