stimulus-sortable
stimulus-sortable copied to clipboard
Allow more flexible peer dependency
Update @rails/request.js peer dependency to be more flexible with other packages.
If another package was using 0.0.9, this would conflict with 0.0.8 used here.
Can you explain in the description why you want these changes?
Thanks
Removed a few additions I needed to build outside of NPM. This PR is now just the minimal change needed.
I guess this is needed to fix the following warning in the console:
warning " > @stimulus-components/[email protected]" has incorrect peer dependency "@rails/request.js@^0.0.8".
Could you reopen this PR into the main repo https://github.com/stimulus-components/stimulus-components? Thanks!!