Skip to content

Commit

Permalink
fix(Modified ngx-vCard package.json): Added Keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Aug 1, 2018
1 parent 99a5454 commit aa7ac60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/ngx-vcard/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "ngx-vcard",
"version": "0.0.1",
"keywords": [
"angular",
"vCard"
],
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
}
}
}

0 comments on commit aa7ac60

Please sign in to comment.