---------

**Commit 1:**
Remove growl dependency

* Original sha: 8bc49597f4
* Authored by Rashid Khan <github.fliplap@spamgourmet.com> on 2016-03-23T23:25:07Z
This commit is contained in:
Court Ewing 2016-03-23 19:47:15 -04:00
parent 86875af67d
commit fe1101e03a
2 changed files with 1 additions and 2 deletions

View file

@ -165,7 +165,6 @@
"karma-chrome-launcher": "0.2.0",
"karma-coverage": "0.5.1",
"karma-firefox-launcher": "0.1.6",
"karma-growl-reporter": "0.1.1",
"karma-ie-launcher": "0.2.0",
"karma-mocha": "0.2.0",
"karma-safari-launcher": "0.1.1",

View file

@ -14,7 +14,7 @@ module.exports = function (grunt) {
browsers: ['<%= karmaBrowser %>'],
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: process.env.CI ? ['dots'] : ['progress', 'growl'],
reporters: process.env.CI ? ['dots'] : ['progress'],
// list of files / patterns to load in the browser
files: [