zont / gulp-bower

MIT License
82 stars 22 forks source link

Add incompatible log for dependency pick list #57

Open edclements opened 8 years ago

edclements commented 8 years ago

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.

codecov-io commented 8 years ago

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

Crevil commented 8 years ago

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