From 6b22a7b794ea5f4b6da97a30690c3215bca58e8b Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 8 Dec 2016 20:40:07 -0300 Subject: [PATCH] Remove coveralls from ignore --- .npmignore | 1 - bower.json | 1 - composer.json | 1 - package.json | 1 - 4 files changed, 4 deletions(-) diff --git a/.npmignore b/.npmignore index 63744b3..2c8002f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,4 @@ .appveyor.yml -.coveralls.yml .editorconfig .eslintrc .github diff --git a/bower.json b/bower.json index d83388d..db40646 100644 --- a/bower.json +++ b/bower.json @@ -29,7 +29,6 @@ ], "ignore": [ ".appveyor.yml", - ".coveralls.yml", ".editorconfig", ".eslintrc", ".github", diff --git a/composer.json b/composer.json index 926cf1c..d06a1d3 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ ], "ignore": [ ".appveyor.yml", - ".coveralls.yml", ".editorconfig", ".eslintrc", ".github", diff --git a/package.json b/package.json index a10a446..eaa6851 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ ], "ignore": [ ".appveyor.yml", - ".coveralls.yml", ".editorconfig", ".eslintrc", ".github",