robertmarsal / lolcatjs

For the lols
Other
110 stars 10 forks source link

Make 6.9 the min version and allow greater major versions #17

Closed mr-beerkiss closed 6 years ago

mr-beerkiss commented 6 years ago

I was trying to use this module for a "quick" test and ran into all kinds of trouble because it was restricted to Node 6.x where x >= 9.

Made a small modification to package.json to enforce 6.9 as the minimum version but should allow any major version (eg. 7, 8, 9, 10, etc) to be used as well.

robertmarsal commented 6 years ago

@mr-beerkiss Looks good. Thank you.

mr-beerkiss commented 6 years ago

Cool thanks for merging. Although I don't think the update has been shipped to NPM? I just tried to reinstall and got the same error.

robertmarsal commented 6 years ago

Oops it should be there now sorry.