diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-07-21 20:00:59 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-08-26 23:49:27 +0000 |
commit | d7821f8474be0146b9ac67d130f497bcb776ed9e (patch) | |
tree | 447ee1bff5623291a2b105cb190754c296eeb285 /package.json | |
parent | a1fae0532090c3f7223ce8243e3025dfafde07ce (diff) | |
download | nextcloud-server-d7821f8474be0146b9ac67d130f497bcb776ed9e.tar.gz nextcloud-server-d7821f8474be0146b9ac67d130f497bcb776ed9e.zip |
Remake phone number property saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 848250c7544..7454cd2f640 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "jquery-ui": "^1.13.2", "jquery-ui-dist": "^1.13.1", "jstimezonedetect": "^1.0.7", + "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", "marked": "^4.0.14", "moment": "^2.29.2", |