From: Kevin Ball Date: Thu, 5 May 2016 19:02:52 +0000 (-0700) Subject: Remove .babelrc from packages X-Git-Tag: v6.2.2-rc1~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8745%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove .babelrc from packages --- diff --git a/.npmignore b/.npmignore index 0d707459a..950489106 100644 --- a/.npmignore +++ b/.npmignore @@ -16,3 +16,4 @@ sache.json test .editorconfig .versions +.babelrc diff --git a/bower.json b/bower.json index d762e029c..fe988b16f 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,8 @@ ".npm", ".gitignore", ".npmignore", - ".versions" + ".versions", + ".babelrc" ], "dependencies": { "jquery": "~2.2.0",