create-initializer-demo
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -6,2 +6,2 @@ #!/usr/bin/env node | ||
fs.writeFileSync('./out.txt', 'content', 'utf8'); | ||
fs.writeFileSync('./out.txt', 'content' + '\n' + process.argv.join('\n'), 'utf8'); |
{ | ||
"name": "create-initializer-demo", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "Demo to use npm init <initializer>", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
405