From 77c51aff2d26dd21f9bbd6ea6b1f813ab6c01714 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Thu, 6 Dec 2018 11:44:00 +0000
Subject: [PATCH] Ship the babelrc file to npm

We ship the source files, so it probably makes sense to ship the
babelrc that tells you how to compile them.
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index ebf3648f7d..09078927c4 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
   "license": "Apache-2.0",
   "main": "lib/index.js",
   "files": [
+    ".babelrc",
     ".eslintrc.js",
     "CHANGELOG.md",
     "CONTRIBUTING.rst",