jpmonette / feed

A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀
https://github.com/jpmonette/feed
MIT License
1.18k stars 197 forks source link

Use cross-env for Windows compat #162

Closed damieng closed 1 year ago

damieng commented 3 years ago

Right now the tests don't run on Windows because of the use of export.

cross-env is a well-known package that takes care of this and allows the tests to work on Windows as well.

damieng commented 1 year ago

Closing this due to lack of interest.