achievements-app/psn-api

Support for ES 6 modules

davide97g opened this issue · 2 comments

It would be nice to enhance this library with the "type": "module" specification. In this way also projects working with ES 6 modules could integrate easily.

Otherwise, is there a way to use this library without settings "type": "module" on the package.json?

Hey @davide97g ,

I would be happy to help with this. Do you know what changes would need to be made to support ES6 modules? PRs are also welcome!

Hey @davide97g ,

I would be happy to help with this. Do you know what changes would need to be made to support ES6 modules? PRs are also welcome!

Ok! I will try my best to set up the support for es6 modules and then I'll open the PR