From 59c8cab6a8cc9258a0f6442299ea6368ce11b306 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 29 Apr 2018 10:13:51 +0200 Subject: Fix the old bug with raw interpretation --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3