Skip to content

Commit

Permalink
Merge pull request #304 from bmjen/update-dep-version
Browse files Browse the repository at this point in the history
update metadata.json with correct dependencies and setting exact version...
  • Loading branch information
Morgan Haskel committed Apr 24, 2015
2 parents 562977a + cd21d8b commit bcf3af5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.7.0 < 4.0"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
{"name":"electrical/file_concat","version_requirement":">= 1.0.1"}
{"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 5.0.0"},
{"name":"electrical/file_concat","version_requirement":"1.0.1"}
]
}

0 comments on commit bcf3af5

Please sign in to comment.