From 6a39d62a26576256e868cc37848b3a2ee0389330 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 27 May 2018 15:47:29 +0200 Subject: Update deps and version --- README.md | 4 +--- package.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb41d2e..be191fb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ This plugin add support of custom attributes to Markdown syntax. -**This is an alpha not ready to be used in production.** but will be soon. - -Also for security reasons, this plugin use [html-element-attributes](https://github.com/wooorm/html-element-attributes). +For **security reasons**, this plugin use [html-element-attributes](https://github.com/wooorm/html-element-attributes). The use of JavaScript attributes (onload for example) is not allowed by default. ## Default Syntax diff --git a/package.json b/package.json index 8343994..61de8f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-attr", - "version": "0.6.2", + "version": "0.6.3", "description": "Add support of custom attributes to Markdown syntax.", "main": "index.js", "scripts": { @@ -24,7 +24,7 @@ "homepage": "https://github.com/arobase-che/remark-attr#readme", "devDependencies": { "ava": "^0.25.0", - "parse5": "^4.0.0", + "parse5": "^5.0.0", "rehype-raw": "^2.0.0", "rehype-stringify": "^3.0.0", "remark-parse": "^5.0.0", -- cgit v1.2.3