qipp-config-environment
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,3 +8,3 @@ ;(function () { | ||
basePath: '', | ||
browsers: ['Chrome'], | ||
browsers: ['PhantomJS'], | ||
colors: true, | ||
@@ -29,11 +29,8 @@ concurrency: Infinity, | ||
'karma-jasmine', | ||
'karma-phantomjs-launcher', | ||
'karma-chrome-launcher' | ||
'karma-phantomjs-launcher' | ||
], | ||
port: 1337, | ||
/* | ||
preprocessors: { | ||
'qipp-config-environment.js': ['coverage'] | ||
}, | ||
*/ | ||
preprocessors: { | ||
'qipp-config-environment.js': ['coverage'] | ||
}, | ||
reporters: [ | ||
@@ -40,0 +37,0 @@ 'coverage', |
{ | ||
"name": "qipp-config-environment", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"title": "Environment configuration", | ||
@@ -33,3 +33,2 @@ "description": "Environment configuration file for the ATH clients.", | ||
"karma-phantomjs-launcher": "1.0.0", | ||
"karma-chrome-launcher": "*", | ||
"snazzy": "2.0.1", | ||
@@ -36,0 +35,0 @@ "standard": "5.4.1" |
9
8324
110