summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-02-26 14:22:27 +0100
committerGitHub <noreply@github.com>2018-02-26 14:22:27 +0100
commit649a7b53f2cc803e54d2e535657b6af01bf38984 (patch)
treeaca31b186108ae8f892480b7396cef8b2281a363 /package.json
parentd53c83d4d451c40a3662e9d7b3dab09c5a64aae8 (diff)
parentdb1aa5d6b5cba695bd77dd8a553d189d5af7b671 (diff)
Merge pull request #490 from spantaleev/patch-1
Fix processing of vCards with empty name
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 46a26790..76f4b754 100644
--- a/package.json
+++ b/package.json
@@ -60,6 +60,6 @@
"jquery-timepicker": "^1.3.3",
"ngclipboard": "^1.1.2",
"ui-select": "^0.19.8",
- "vcard-parser": "^0.2.7"
+ "vcard-parser": "^0.3.0"
}
}