braintree / restricted-input

Restrict <input>s to certain valid characters (e.g. formatting phone or card numbers)
https://braintree.github.io/restricted-input/
MIT License
68 stars 25 forks source link

Update browser detection to latest major version #41

Closed crookedneighbor closed 7 years ago

crookedneighbor commented 7 years ago

Update browser-detection to floating version.

Similar to what we do with credit-card-type in card-validator, we pin to a floating major version. Because braintree-web has a pinned version of browser-detection, restricted-input will use whatever version that braintree-web specifies when it is a dependency of braintree-web.

This will eliminate the need to release a new version of restricted input just because an update to browser detection is done.

crookedneighbor commented 7 years ago

Cancelling this build, since we have a drop-in PR running a build as well.

crookedneighbor commented 7 years ago

drop-in PR done, kicking these builds off now.