We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that #5 has been merged and that we have a first version of the API ready we can publish the package to https://package.elm-lang.org/
git tag -a 1.0.0 -m "first release"
git push --tags
elm publish
Elm will check that your package is ready to be published:
I this case I need to update the Readme first, see #2
The text was updated successfully, but these errors were encountered:
update Readme for publish, #6
67f50b0
the package is now available here: https://package.elm-lang.org/packages/dwyl/elm-criteria/latest/
Sorry, something went wrong.
SimonLab
No branches or pull requests
Now that #5 has been merged and that we have a first version of the API ready we can publish the package to https://package.elm-lang.org/
git tag -a 1.0.0 -m "first release"
git push --tags
elm publish
Elm will check that your package is ready to be published:
I this case I need to update the Readme first, see #2
The text was updated successfully, but these errors were encountered: