From 0b9c8a3432c0be799d1ef07fcc25e0189ac5406e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 31 Jan 2017 21:20:35 -0500 Subject: [PATCH] Add nyc and Webpack config files to the files ignored when releasing Comparing https://unpkg.com/thelounge@2.1.0/ and https://unpkg.com/thelounge@2.2.0/, these have slipped in. --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 3ae7e661..e232345b 100644 --- a/.npmignore +++ b/.npmignore @@ -12,8 +12,9 @@ test/ .eslintrc.yml .gitattributes .gitignore -.istanbul.yml +.nycrc .npmignore .stylelintrc .travis.yml appveyor.yml +webpack.config.js