yeoman / update-notifier

Update notifications for your CLI app
BSD 2-Clause "Simplified" License
1.76k stars 132 forks source link

Support commonJS #233

Closed shwet2407 closed 7 months ago

shwet2407 commented 7 months ago

Can we please have support commonJS as well. Using it in commonJS node project

"exports": { "import": "./index-import.js", "require": "./index-require.cjs" }

sindresorhus commented 7 months ago

No plans for that.