Comparing version 0.1.3 to 0.1.4
@@ -16,3 +16,3 @@ #!/usr/bin/env node | ||
fs.copyFile(path.resolve(__dirname + "/..")`/${DEFAULT_CONFIG_NAME}`, config_name, fs.constants.COPYFILE_EXCL, (err) => { | ||
fs.copyFile(path.resolve(__dirname + "/..") + `/${DEFAULT_CONFIG_NAME}`, config_name, fs.constants.COPYFILE_EXCL, (err) => { | ||
if (err) throw err; | ||
@@ -19,0 +19,0 @@ console.log(`${config_name} was successfully generated`); |
{ | ||
"name": "simplert", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Simple way to send alerts via Slack, Email, Discord, SMS, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2927