eol-converter-cli
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "eol-converter-cli", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Newline converter CLI for simple CRLF -> LF (and reverse) convertions of multiple files.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -32,2 +32,5 @@ # Newlines (EOL) converter CLI | ||
eolConverter "**/*.js" | ||
eolConverter "**/*.{js,jsx,ts,tsx}" | ||
eolConverter "src/**/*.js" | ||
eolConverter "{src,tests}/**/*.js" | ||
``` | ||
@@ -38,3 +41,3 @@ | ||
``` | ||
eolConverter crlf "**/*.{js,jsx,ts,tsx}" | ||
eolConverter crlf "**/*.js" | ||
``` | ||
@@ -41,0 +44,0 @@ |
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
13965
52