Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 8ff34e9

Browse files
Fix to specify minimum needed property-information version
Closes GH-25. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 78e7ee4 commit 8ff34e9

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
@@ -36,7 +36,7 @@
3636
],
3737
"dependencies": {
3838
"comma-separated-tokens": "^1.0.0",
39-
"property-information": "^5.0.0",
39+
"property-information": "^5.3.0",
4040
"space-separated-tokens": "^1.0.0",
4141
"style-to-object": "^0.3.0",
4242
"unist-util-is": "^4.0.0",

0 commit comments

Comments
 (0)