diff options
Diffstat (limited to 'metadata.json')
-rw-r--r-- | metadata.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/metadata.json b/metadata.json index 514023e..07672c3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.12.0", + "version": "4.13.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", @@ -100,16 +100,12 @@ ], "requirements": [ { - "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.4.0" - }, - { "name": "puppet", "version_requirement": ">=2.7.20 <5.0.0" } ], "description": "Standard Library for Puppet Modules", "dependencies": [ - + ] } |