PolymerElements / iron-elements

Core elements
47 stars 23 forks source link

Make dependency stable (Release tag and versioning) #50

Open femiadeyemi opened 7 years ago

femiadeyemi commented 7 years ago

Inside the bower.json, you use caret (^) in all your dependencies. Since caret sign indicate range, this will make the release not stable and causes undesirable result on a production code.

When you tag a release, please can you ensure that all dependencies have a stable version number as a reference. No need for the caret since it is a stable release. Thanks you.