shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

chore: add support for v0.11+ #81

Closed nfischer closed 8 years ago

nfischer commented 8 years ago

I don't think this is too much of a maintenance burden, and it lets us take advantage of shx from within shelljs, which I think is a big win.

If I missed anything, let me know.

This blocks shelljs/shelljs#525

codecov-io commented 8 years ago

Current coverage is 89.28% (diff: 100%)

Merging #81 into master will increase coverage by 0.82%

@@             master        #81   diff @@
==========================================
  Files             2          2          
  Lines            26         28     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits             23         25     +2   
  Misses            3          3          
  Partials          0          0          

Powered by Codecov. Last update 5f828cf...57d22f7

levithomason commented 8 years ago

Weird, travis couldn't find commits for 2 jobs and one test timed out. I've restarted them, we'll see what happens.

ariporad commented 8 years ago

LGTM!