aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-27 15:47:29 +0200
committerache <ache@ache.one>2018-05-27 15:47:29 +0200
commit6a39d62a26576256e868cc37848b3a2ee0389330 (patch)
treeffc46bacd931f57fd85fc6546d81c4d4e78e9187
parentAdd more tests again (diff)
Update deps and version
-rw-r--r--README.md4
-rw-r--r--package.json4
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",