aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-29 10:13:51 +0200
committerache <ache@ache.one>2018-04-29 10:14:32 +0200
commit59c8cab6a8cc9258a0f6442299ea6368ce11b306 (patch)
tree605d686981f88726b16b4a9eafa70adcb69fdfdd /package.json
parentFix an URL (diff)
Fix the old bug with raw interpretation
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 14c9ff1..0853f65 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,11 @@
{
"name": "remark-text-input",
- "version": "0.1.0",
+ "version": "0.5.0",
"description": "A remark plugin that parse a syntax for textarea",
"main": "app.js",
"dependencies": {
- "unist-util-visit": "^1.1.3"
+ "unist-util-visit": "^1.1.3",
+ "md-attr-parser": "^1.1.0"
},
"scripts": {
"pretest": "xo",