Support the latest phone number formats via libphonenumber (#1899)

* Update to the latest google-libphonenumber

* Update package.json to the format uses when updating it
This commit is contained in:
Scott Nonnenberg 2017-12-14 16:30:24 -08:00 committed by GitHub
parent f0aaa7a1c5
commit 5caee59921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -117,7 +117,16 @@
"icon": "build/icons/png"
},
"deb": {
"depends": ["gconf2", "gconf-service", "libnotify4", "libappindicator1", "libxtst6", "libnss3", "libasound2", "libxss1"]
"depends": [
"gconf2",
"gconf-service",
"libnotify4",
"libappindicator1",
"libxtst6",
"libnss3",
"libasound2",
"libxss1"
]
},
"files": [
"package.json",

View File

@ -1674,8 +1674,8 @@ globule@^1.0.0:
minimatch "~3.0.2"
google-libphonenumber@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.0.7.tgz#a90918816536545a2264bf5d494cb3118f195dcc"
version "3.0.9"
resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.0.9.tgz#1454c352125cc2c3ed5d839c3adc4f8ba80dd640"
got@^6.7.1:
version "6.7.1"