diff --git a/.npmignore b/.npmignore index 50cb89d..9dd3aa2 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,13 @@ **/.* *.iml -example -node_modules -sandbox -test +coverage/ +examples/ +node_modules/ +sandbox/ +test/ bower.json CONTRIBUTING.md +COOKBOOK.md Gruntfile.js -karma.conf.js \ No newline at end of file +karma.conf.js +webpack.*.js