summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSlavi Pantaleev <slavi@devture.com>2018-02-20 16:12:20 +0200
committerGitHub <noreply@github.com>2018-02-20 16:12:20 +0200
commitdb1aa5d6b5cba695bd77dd8a553d189d5af7b671 (patch)
tree9a8b679fd5c9bb6b0b508ab82b1a589e1a0f0c29 /package.json
parent155e5f6af56471a349399d9b4491d4a8ec06f7d0 (diff)
Fix processing of vCards with empty name
Upgrades vcard-parser to a version, which contains a fix for processing vCards with an empty FN field.
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 545ce7e1..238de397 100644
--- a/package.json
+++ b/package.json
@@ -59,6 +59,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"
}
}