danestves / remix-auth-auth0

An Auth0Strategy for Remix Auth, based on the OAuth2Strategy
MIT License
116 stars 22 forks source link

1.3.3 Doesn't include any javascript files #52

Closed magicfoodhand closed 2 years ago

magicfoodhand commented 2 years ago

Describe the bug

When upgrading to remix-auth-auth0 1.3.3

Your Example Website or App

https://github.com/lavabear/remix-auth-auth0-example

Steps to Reproduce the Bug or Issue

  1. Create new project
  2. Depend on remix-auth-auth0
  3. npm install

Expected behavior

As a user I expect there to be javascript files in this library release

Screenshots or Videos

no javascript - Screen Shot 2022-03-08 at 10 25 57 AM

Platform

Additional context

No response

danestves commented 2 years ago

Hi @magicfoodhand! Thank you for the report, a fix has been uploaded on the v1.3.4

magicfoodhand commented 2 years ago

Thanks for the quick response!