openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
977 stars 162 forks source link

Remove the use of yarn #26

Closed tikurahul closed 7 years ago

tikurahul commented 7 years ago

yarn seems to incorrectly pin the version of @types/react which causes issues with compiling this project. Hence I have removed the use of yarn package manager.

Also updated AppAuth-JS to 0.2.2 and published it to the NPM repository. Kudos @raffis, as this version of the client includes your changes.