Skip to content

Commit

Permalink
chore: add author informations
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed Sep 16, 2019
1 parent 14dfa35 commit 42ec2e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"docs": "typedoc --out docs src"
},
"author": "Daniel Sogl",
"author": {
"name": "Daniel Sogl",
"email": "[email protected]",
"url": "https://github.com/danielsogl"
},
"license": "MIT",
"homepage": "https://danielsogl.github.io/capacitor-face-id/",
"dependencies": {
Expand Down Expand Up @@ -46,4 +50,4 @@
"bugs": {
"url": "https://github.com/danielsogl/capacitor-face-id/issues"
}
}
}

0 comments on commit 42ec2e4

Please sign in to comment.