12g-env-template
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "12g-env-template", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Create a .env template / example file based on a local .env", | ||
@@ -5,0 +5,0 @@ "main": "template.js", |
@@ -29,3 +29,3 @@ #!/usr/bin/env node | ||
if (!fs.existsSync(srcPath)) { | ||
if (!fs.existsSync(template.srcPath)) { | ||
var msg = 'Can\'t find the source file at ' | ||
@@ -32,0 +32,0 @@ + srcPath |
Sorry, the diff of this file is not supported yet
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
13189