silverwind / updates

Flexible npm and poetry dependency update tool
99 stars 8 forks source link

Closes #34 #35

Closed NetOpWibby closed 4 years ago

NetOpWibby commented 4 years ago

Error described in #34 no longer occurs but I don't know if this fix breaks something else. In my initial test, no.

silverwind commented 4 years ago

array is not a valid typeof value. If at all, you want to use Array.isArray but I'll see to fix your issue otherwise.

NetOpWibby commented 4 years ago

Ah okay, thanks for the clarification!