From 30c659d6859ad15b8ec07c63306e8eb257d257f3 Mon Sep 17 00:00:00 2001 From: Dan Orzechowski Date: Fri, 3 Aug 2018 16:23:58 -0400 Subject: [PATCH] add .babelrc to .npmignore module consumers should be able to transpile this code in whatever way they see fit --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index aeec46c..3fd24e4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ *.gif +.babelrc .eslintignore .eslintrc.js .overcommit.yml