rehype-footnotes-title
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "rehype-footnotes-title", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"repository": { | ||
@@ -15,3 +15,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/rehype-footnotes-title", | ||
"scripts": { | ||
"pretest": "eslint src", | ||
"pretest": "eslint .", | ||
"prepare": "del-cli dist && cross-env BABEL_ENV=production babel src --out-dir dist", | ||
@@ -48,3 +48,3 @@ "test": "jest", | ||
"rehype-stringify": "^3.0.0", | ||
"remark-parse": "^4.0.0", | ||
"remark-parse": "^5.0.0", | ||
"remark-rehype": "^3.0.0", | ||
@@ -51,0 +51,0 @@ "unified": "^6.1.5" |
4569