Skip to content
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

bower.json doesn't need to specify a version number. #829

Merged
merged 1 commit into from
Aug 18, 2016

Conversation

jgravois
Copy link
Contributor

@jgravois jgravois commented Aug 11, 2016

i just noticed that leaflet's bower.json doesn't specify a version number.

since bower can fetch SemVer releases from GitHub tags just fine. this means we can remove the version number in our bower.json entirely too (and stop keeping it in sync manually).

calling bower install with the app bower.json below lays down 'leaflet 1.0.0-rc.3'

{
  "name": "dummy project",
  "dependencies": {
    "leaflet": "^1.0.0-rc.1"
  }
}

@jgravois
Copy link
Contributor Author

thanks @tomwayson. thats enough 🍏 💡 for me.

@jgravois jgravois merged commit 8197288 into Esri:master Aug 18, 2016
@jgravois jgravois deleted the no-bower-version branch August 18, 2016 17:42
@jgravois
Copy link
Contributor Author

jgravois commented Apr 5, 2018

jgravois added a commit to jgravois/esri-leaflet that referenced this pull request Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant