Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseykm committed Aug 17, 2022
1 parent 8181a69 commit a72e3e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vcard4",
"version": "3.1.1",
"version": "3.1.2",
"description": "An RFC 6350 compliant JavaScript library for generating and parsing version 4.0 vCards. Can also generate RFC 6351 compliant XML vCards and RFC 7095 compliant jCards. TypeScript type declarations are provided.",
"type": "module",
"main": "./lib/umd/index.js",
Expand All @@ -19,7 +19,12 @@
"type": "git",
"url": "git+https://github.com/kelseykm/vcard4.git"
},
"keywords": ["vcard", "vcard4", "vcf", "vcf4"],
"keywords": [
"vcard",
"vcard4",
"vcf",
"vcf4"
],
"author": "Kelsey Mwongeli <[email protected]>",
"license": "ISC",
"bugs": {
Expand Down

0 comments on commit a72e3e0

Please sign in to comment.