aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-24 01:08:46 +0200
committerache <ache@ache.one>2018-04-24 01:08:46 +0200
commitec8f5fd473369c8c273f84b1b386c7be83c16d7d (patch)
tree378ea66a16292c6995b567957f1214a58cda9167 /package.json
parentAdd a README (diff)
use the package md-attr-parser
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 86ff3f0..bd021b6 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,8 @@
"start": "node app.js"
},
"dependencies": {
- "unist-util-visit": "^1.1.3"
+ "unist-util-visit": "^1.1.3",
+ "md-attr-parser": "^1.0.0"
},
"author": "ache",
"license": "MIT",