diff --git a/Modulefile b/Modulefile index b7922ad..462a6c4 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'jdowning/statsd' -version '1.1.0' +version '2.0.0' source 'https://github.com/justindowning/puppet-statsd' author 'Justin Downing' license 'Apache License, Version 2.0' diff --git a/metadata.json b/metadata.json index 5d222d3..63cb1f4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jdowning/statsd", - "version": "1.1.0", + "version": "2.0.0", "source": "https://github.com/justindowning/puppet-statsd", "author": "Justin Downing", "license": "Apache License, Version 2.0", @@ -8,10 +8,6 @@ "description": "Setup and manage statsd", "project_page": "https://github.com/justindowning/puppet-statsd", "dependencies": [ - { - "name": "puppetlabs/nodejs", - "version_requirement": ">= 0.2.0" - }, { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.1.0"