-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code in NPM registry is not latest #50
Comments
Yes, please fix this. When I download your package via NPM the addMessages and setLocale functions aren't in there! |
still missing latest version on NPM and jsdelivr |
Here's a "fix" @sha256 you left this repo for dead? |
Agreed. Looks like the author just forgot to bump their NPM package version in package.json and publish the new version, which is why we are getting the old code via |
The js that is downloaded via npm install does not match the latest in the repo... can this please be fixed? The 'equals' and the 'pattern' both have issues in the version in the registry but they work great on the demos using the most current code. Our project relies on the registry as part of the build process for 3rd party code. Thanks in advance!
The text was updated successfully, but these errors were encountered: