Skip to content

Commit f390ba1

Browse files
committed
Fix lower semver bound for dependency
Closes GH-61.
1 parent 9a5e83c commit f390ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"extend": "^3.0.0",
3535
"hast-util-has-property": "^1.0.0",
36-
"hast-util-is-element": "^1.0.0",
36+
"hast-util-is-element": "^1.1.0",
3737
"hast-util-to-text": "^2.0.0",
3838
"mdast-util-phrasing": "^2.0.0",
3939
"mdast-util-to-string": "^1.0.0",

0 commit comments

Comments
 (0)