vercel / virtual-event-starter-kit

Open source demo that Next.js developers can clone, deploy, and fully customize for events.
https://demo.vercel.events
MIT License
2.15k stars 433 forks source link

Question regarding node engine in package.json #51

Closed hugefunwoo closed 2 years ago

hugefunwoo commented 3 years ago

Thanks for offering this awesome starter kit. I am just wondering what's the rationale behind that we limit it to engine 12.x instead of >=12.x ?

leerob commented 2 years ago

Nothing in particular as far as I know - we could likely remove that.

hugefunwoo commented 2 years ago

merged, thanks @leerob !