From acda30cbd9a3b79a5f7b583bd9cb56540b19e010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 5 Nov 2014 10:11:24 -0800 Subject: [PATCH] Also exclude gulpfile from npm package --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 2ad5864..770396f 100644 --- a/.npmignore +++ b/.npmignore @@ -4,3 +4,4 @@ npm-debug.log src examples jest +gulpfile.js