From f08f19b70cd233a889c9df7c507e0532686020a0 Mon Sep 17 00:00:00 2001 From: Ajay Tripathi Date: Sun, 2 Sep 2018 11:57:37 +0530 Subject: [PATCH] package.json: Convert tab to spaces Closes https://github.com/coala/gh-board/issues/148 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 522ed35e..c81e5274 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,6 @@ "ava": { "files": [ "test/integration/**.js" - ] + ] } }