Skip to content

Commit

Permalink
Make compatibility in metadata.json accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Apr 27, 2015
1 parent 21a2462 commit 229518f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.3.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.4.0"
"version_requirement": "3.x"
}
],
"dependencies": [
Expand Down

0 comments on commit 229518f

Please sign in to comment.