Skip to content

Commit 5f613f3

Browse files
committed
(MAINT) Addresing pwshlib dependency error
This commit addresses an issue where the module expectes a pwshlib dependency lower than 2.0.0 but brings in exactly 2.0.0.
1 parent 747c666 commit 5f613f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppetlabs/pwshlib",
17-
"version_requirement": ">= 0.4.0 < 2.0.0"
17+
"version_requirement": ">= 0.4.0 < 3.0.0"
1818
}
1919
],
2020
"operatingsystem_support": [

0 commit comments

Comments
 (0)