Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Cataford authored Mar 19, 2020
1 parent e4ad78f commit d769a1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"description": "Telephone input component. Rewrite intl-tel-input in React.js.",
"author": "patw",
"contributors": [
{ "name": "Marc Cataford", "email": "[email protected]", "url": "https://mcataford.github.io" }
{
"name": "Marc Cataford",
"email": "[email protected]",
"url": "https://mcataford.github.io"
}
],
"keywords": [
"react",
Expand Down Expand Up @@ -32,7 +36,7 @@
],
"dependencies": {
"classnames": "^2.2.5",
"libphonenumber-js-utils": "^8.10.2",
"libphonenumber-js-utils": "^8.10.5",
"prop-types": "^15.6.1",
"react-style-proptype": "^3.0.0",
"underscore.deferred": "^0.4.0"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9386,9 +9386,10 @@ libnpx@^10.2.2:
y18n "^4.0.0"
yargs "^11.0.0"

libphonenumber-js-utils@^8.10.2:
version "8.10.2"
resolved "https://registry.yarnpkg.com/libphonenumber-js-utils/-/libphonenumber-js-utils-8.10.2.tgz#446b223cdbf2509c53b456750ac3320c977264ef"
libphonenumber-js-utils@^8.10.5:
version "8.10.5"
resolved "https://registry.yarnpkg.com/libphonenumber-js-utils/-/libphonenumber-js-utils-8.10.5.tgz#778cb7633c94e2524f08c3109a7450095b4e6727"
integrity sha512-VxpwgrAGps1p5avOVQVBTCpUQwkrJZqptV2DoTimY3VXTzm0EetbT73sWVTkg8FmreVmM2qwwFl7yqymdOkFug==

lines-and-columns@^1.1.6:
version "1.1.6"
Expand Down

0 comments on commit d769a1e

Please sign in to comment.