gulp-bower icon indicating copy to clipboard operation
gulp-bower copied to clipboard

Add incompatible log for dependency pick list

Open edclements opened this issue 8 years ago • 2 comments

With interactive set to true the user is presented with a prompt to specify a dependency when incompatibilities are found. This change logs the possible choices before the prompt.

edclements avatar Aug 26 '16 11:08 edclements

Current coverage is 73.68% (diff: 11.11%)

Merging #57 into master will decrease coverage by 23.25%

@@             master        #57   diff @@
==========================================
  Files             1          1          
  Lines            98        133    +35   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits             95         98     +3   
- Misses            3         35    +32   
  Partials          0          0          

Powered by Codecov. Last update 02704fd...fedf1d7

codecov-io avatar Aug 26 '16 11:08 codecov-io

I think this is good! Could you add some tests as well?

Crevil avatar Aug 26 '16 16:08 Crevil