Comparing version 0.0.17 to 0.1.0
@@ -73,4 +73,4 @@ #!/usr/bin/env node | ||
puts(outputs.join('\n')); | ||
fs.writeFileSync(root + '/jsfix-report.txt', outputs.join('\n'), 'utf-8'); | ||
puts('\nMore info on [' + root + '/jsfix-report.txt]'); | ||
fs.writeFileSync(root + '/jsfix-report.log', outputs.join('\n'), 'utf-8'); | ||
puts('\nMore info on [' + root + '/jsfix-report.log]'); | ||
}; | ||
@@ -77,0 +77,0 @@ |
@@ -8,3 +8,3 @@ { | ||
"description": "javascript fix base on jshint", | ||
"version": "0.0.17", | ||
"version": "0.1.0", | ||
"main": "./lib/run.js", | ||
@@ -11,0 +11,0 @@ "bin": { |
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
177850