dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
347 stars 62 forks source link

node 12 #3

Closed holtwick closed 4 years ago

holtwick commented 4 years ago

https://github.com/dmonad/lib0/blob/3fd7d6af260cb4daa54b59d4ce2ace4a59c583d0/package.json#L55

lib0 seems to require node >= 13:

npm WARN notsup Unsupported engine for lib0@0.2.12: wanted: {"node":">=13"} (current: {"node":"12.14.1","npm":"6.13.4"})

While node 12 is the current stable version I think you might want to consider changing to node >= 12 if it does not have any side effects.

dmonad commented 4 years ago

Yeah, sorry..

dmonad commented 4 years ago

Thanks for bringing this up!