Comparing version 3.0.0 to 3.0.1
@@ -66,3 +66,3 @@ #!/usr/bin/env node | ||
keys.forEach(function (key) { | ||
line = line.replace('__' + key + '__', data[key]) | ||
line = line.replace(new RegExp('__' + key + '__', 'g'), data[key]) | ||
}) | ||
@@ -69,0 +69,0 @@ return line + '\n' |
{ | ||
"name": "generify", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A reusable project generator", | ||
@@ -5,0 +5,0 @@ "main": "generify.js", |
Sorry, the diff of this file is not supported yet
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
10921