PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Remove deprecated `version` field from bower.json #220

Closed limonte closed 7 years ago

limonte commented 7 years ago

Version is deprecated and ignored by Bower: https://github.com/bower/spec/blob/master/json.md#version

limonte commented 7 years ago

I made another PR to fix the Travis build: https://github.com/PolymerElements/paper-dropdown-menu/pull/221

notwaldorf commented 7 years ago

All the elements have a version right now, that is in sync with the latest release (if anything, for documentation purposes). If we're going to remove it, we should do so automatically with tedium, not by hand in each repo.

cc @rictic @cdata @justinfagnani @usergenic as to what the fate of the version field is

justinfagnani commented 7 years ago

1) This should definitely be done with Tedium 2) I'm not sure if any of our tools use that field, but I'm checking

rictic commented 7 years ago

We have internal tools that depend on this field.

notwaldorf commented 7 years ago

Closing this PR, as we're apparently still using this field internally.