diff --git a/.npmignore b/.npmignore index a1d0eac..e221c2c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,4 @@ -.npmignore +**/.* example/ src/ tests/ diff --git a/karma.conf.js b/karma.conf.js index a598807..c64a39e 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -97,4 +97,4 @@ module.exports.conf = { reporters: ['progress', 'saucelabs'], port: 9876, colors: true -} \ No newline at end of file +}; \ No newline at end of file