eol-converter-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "eol-converter-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Newline (EOL) coverter CLI for NodeJs (github repo soon) - Currently doing only CRLF -> LF convertion", | ||
"main": "src/index.js", | ||
"bin": { | ||
"convertWarmup": "npm run convertWarmup", | ||
"convertToLF": "npm run convertToLF", | ||
"convertToCRLF": "npm run convertToCRLF" | ||
"convertWarmup": "src/index.js warmup", | ||
"convertToLF": "src/index.js", | ||
"convertToCRLF": "src/index.js crlf" | ||
}, | ||
@@ -11,0 +11,0 @@ "scripts": { |
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
2169