From 3ce906613f84c2c5a455d1a5d27d22c811e320aa Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Tue, 14 Apr 2015 15:29:09 -0700 Subject: [PATCH] Add /src /spec and `*.gif` to `.npmignore` There was no reason to include those directories and file(s) in the npm package for react-waypoint. --- .npmignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.npmignore b/.npmignore index c67d9d6..f714321 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +*.gif .jscsrc .jshintignore .jshintrc @@ -6,5 +7,7 @@ CHANGELOG.md bower.json karma.conf.js +spec +src tests.webpack.js webpack.conf.js