From fdacf816be0cf8d8aa246b309e094cf8d5dfd837 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 5 Dec 2017 15:31:01 -0800 Subject: [PATCH] Make npm happy in regards to line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..f36040d43639 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +package.json text eol=lf +package-lock.json text eol=lf