From f111d24e5890414e408b04cdc2219080576814ae Mon Sep 17 00:00:00 2001 From: Jason Mulligan Date: Sat, 7 Jan 2017 15:33:28 -0500 Subject: [PATCH] Updating `.npmignore` --- .npmignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index ecdaecb..5bc442b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,11 @@ /.idea/ /node_modules/ +/lib/haro.js /lib/haro.min.js /lib/haro.min.js.map /src/ /test/ .eslintrc -.git .gitignore .travis.yml Gruntfile.js