From 42189a231a24bafc52624c66a59fdcbedb5d8af7 Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Tue, 12 Sep 2017 18:49:37 -0400 Subject: [PATCH] CRLF -> LF, kill package-lock --- .gitattributes | 1 + .npmrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .npmrc diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..579e0e4d --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-json=false