From 048495a0cbb3541bfb1e84701967cf6ac1895ffa Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Tue, 12 Dec 2017 12:19:24 -0800 Subject: [PATCH] Update .npmignore I have babel running through some dependencies and ui-scroll causing ``` Module build failed: Error: Couldn't find preset "env" relative to directory "..." ``` Removing the .babelrc from node_modules/angular-ui-scroll fixed my issue. --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 7320292e..1e9a3f3e 100644 --- a/.npmignore +++ b/.npmignore @@ -2,10 +2,11 @@ /src /temp /test +.babelrc .gitignore .jshintrc .npmignore .travis.yml bower.json Gruntfile.js -webpack.config.js \ No newline at end of file +webpack.config.js