aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-10-23 03:26:53 +0200
committerache <ache@ache.one>2018-10-23 03:26:53 +0200
commit01a7a14bb1baf4d9573a355eaec288f7db7a96dc (patch)
treeaacda496c16bd5a24c32ae398c747cbd22ab02d1
parentCompatibility with upcomping version of remark-parse (diff)
0.7.1
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a845b45..daae4cf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "remark-attr",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "Add support of custom attributes to Markdown syntax.",
"main": "dist/index.js",
"scripts": {
@@ -23,8 +23,8 @@
"devDependencies": {
"ava": "^0.25.0",
"babel-cli": "^6.26.0",
- "babel-preset-env": "^1.6.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
+ "babel-preset-env": "^1.6.1",
"cross-env": "^5.1.4",
"del-cli": "^1.1.0",
"parse5": "^5.0.0",