cloudflare-ca-bot
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -21,2 +21,3 @@ const FS = require('fs'); | ||
FS.mkdirSync(path, 0o777); | ||
FS.chmodSync(path, 0o777); | ||
} catch (ex) { | ||
@@ -23,0 +24,0 @@ if (ex.code == 'EEXIST') { |
{ | ||
"name": "cloudflare-ca-bot", | ||
"description": "Command-line application to make it easy to provision and automatically renew Cloudflare CA certificates", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Alex Corn <mckay@doctormckay.com>", | ||
@@ -6,0 +6,0 @@ "bin": { |
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
19948
515