From afdb191272a0f8daa9743646c130d4ef2a4ac9eb Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sat, 7 Mar 2020 01:27:54 +0300 Subject: [PATCH] Change CRLF to LF in bin to make it work on macOS as a local dependency (#80) --- bin/good-fences | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/good-fences b/bin/good-fences index 9f11ee4..66e43a6 100644 --- a/bin/good-fences +++ b/bin/good-fences @@ -1,2 +1,2 @@ -#!/usr/bin/env node -require('../lib/core/cli.js'); +#!/usr/bin/env node +require('../lib/core/cli.js');