Skip to content

Commit

Permalink
Add author, descirption and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel committed Apr 27, 2021
1 parent 75aa729 commit 1481efb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "capacitor-plugin-app-tracking-transparency",
"version": "1.0.0",
"description": ".",
"description": "Capacitor plugin to request user authorization to access app-related data for tracking the user or the device.",
"main": "dist/plugin.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -14,7 +14,19 @@
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"author": ".",
"author": "Manuel Heidrich",
"contributors": [
{
"name": "Manuel Heidrich",
"email": "[email protected]",
"url": "https://www.manuel-heidrich.dev"
},
{
"name": "prototype.berlin GmbH",
"email": "[email protected]",
"url": "https://www.prototype.berlin"
}
],
"license": "MIT",
"devDependencies": {
"@capacitor/core": "^2.4.7",
Expand Down

0 comments on commit 1481efb

Please sign in to comment.