From a56bec56970dd8d74b5bf1564e4ea77e49b000d7 Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 29 Apr 2020 22:27:56 -0400 Subject: [PATCH] add `.gitattributes` to force unix line endings (fixes #1126) (#1131) Co-authored-by: dogi --- .gitattributes | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fcadb2cf9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/package.json b/package.json index 559882038..f9fcff6ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.19.12", + "version": "1.19.13", "remote": "2251", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",