eol-converter-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "eol-converter-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Newline (EOL) coverter CLI for NodeJs (github repo soon) - Currently doing only CRLF -> LF convertion", | ||
"main": "src/index.js", | ||
"bin": { | ||
"eolConverter": "src/index.js" | ||
"eolConverter": "./src/index.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -0,1 +1,4 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
const eol = require('eol') | ||
@@ -2,0 +5,0 @@ const glob = require("glob") |
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
2040
31