From df4ae597a5b206c2de039213dc8dd32b64d00a41 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 12 Jan 2017 16:54:49 +0000 Subject: [PATCH] Include eslint config files in distribution Otherwise linting will fail if you try to run it --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index fcf4aaaca..37d6d061e 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,8 @@ "author": "matrix.org", "license": "Apache-2.0", "files": [ + ".eslintrc.js", + "spec/.eslintrc.js", "CHANGELOG.md", "CONTRIBUTING.rst", "LICENSE",