Comparing version 0.1.2 to 0.1.3
#!/usr/bin/env node | ||
const path = require("path"); | ||
const DEFAULT_CONFIG_NAME = "simplert.cfg.json" | ||
@@ -15,3 +16,3 @@ let config_name = DEFAULT_CONFIG_NAME; | ||
fs.copyFile(`${__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; | ||
@@ -18,0 +19,0 @@ console.log(`${config_name} was successfully generated`); |
{ | ||
"name": "simplert", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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
2924
69