AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

Change engine field to be >=8 instead of ^8 #37

Closed maritz closed 6 years ago

maritz commented 6 years ago

This makes sure it works in packagers that honor the field with node v9 and onwards, for example yarn withouth the --ignore-engines argument.

maritz commented 6 years ago

CI tests look the same to me on this PR as they do on master.

AndreasMadsen commented 6 years ago

CI tests look the same to me on this PR as they do on master.

Yeah, the nodecore stack traces changes all the time so it is hard to write consistent tests.

AndreasMadsen commented 6 years ago

Thanks :)

maritz commented 6 years ago

I saw you bumped the version for it, but possibly forgot to publish it to npm? :-D

AndreasMadsen commented 6 years ago

@maritz Haha, you are correct. It is published now :)