Comparing version 0.0.2 to 0.0.3
@@ -7,4 +7,4 @@ #!/usr/bin/env node | ||
program | ||
.version('0.0.2') | ||
.version('0.0.3') | ||
.command('render', 'Render configured templates') | ||
.parse(process.argv); |
{ | ||
"name": "dustul", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "CLI utility for rendering Dust templates as Consul values change", | ||
"keywords": ["consul", "dust", "dustjs", "consul-template"], | ||
"main": "index.js", | ||
"main": "lib/dustul.js", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22242