File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ bower_components
55npm-debug.log
66* .swp
77.idea
8+ coverage
Original file line number Diff line number Diff line change @@ -46,12 +46,7 @@ module.exports = function(grunt) {
4646 karma : {
4747 options : {
4848 autowatch : true ,
49- browsers : [
50- 'PhantomJS'
51- ] ,
52- configFile : 'test/karma.conf.js' ,
53- reporters : [ 'dots' ] ,
54- singleRun : true
49+ configFile : 'test/karma.conf.js'
5550 } ,
5651 unit : { }
5752 } ,
Original file line number Diff line number Diff line change 2222 "url" : " https://github.com/grevory/angular-local-storage/issues"
2323 },
2424 "devDependencies" : {
25- "time-grunt" : " ~0.2.9" ,
26- "load-grunt-tasks" : " ~0.3.0" ,
27- "grunt-contrib-jshint" : " ~0.8.0" ,
2825 "grunt" : " ~0.4.2" ,
2926 "grunt-cli" : " ~0.1.9" ,
30- "grunt-contrib-uglify" : " *" ,
3127 "grunt-contrib-concat" : " *" ,
32- "karma" : " ~0.10" ,
28+ "grunt-contrib-jshint" : " ~0.8.0" ,
29+ "grunt-contrib-uglify" : " *" ,
3330 "grunt-karma" : " ~0.6.2" ,
34- "karma-jasmine" : " *"
31+ "karma" : " ~0.10" ,
32+ "karma-coverage" : " ^0.2.6" ,
33+ "karma-jasmine" : " *" ,
34+ "load-grunt-tasks" : " ~0.3.0" ,
35+ "time-grunt" : " ~0.2.9"
3536 }
3637}
You can’t perform that action at this time.
0 commit comments