nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
227 stars 36 forks source link

refactor: replace pify by util.promisify #13

Closed NicoPennec closed 5 years ago

NicoPennec commented 5 years ago

The native method promisify(...) is available since Node.js 8.0.0

see https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_util_promisify_original

manniL commented 5 years ago

Thank you :relaxed: