From 1481efb9222a3599d157cce583a6835ae9df736f Mon Sep 17 00:00:00 2001 From: Manuel <manuel@prototype.berlin> Date: Tue, 27 Apr 2021 20:48:38 +0200 Subject: [PATCH] Add author, descirption and contributors --- package.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9ea569..105aeef 100644 --- a/package.json +++ b/package.json @@ -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", @@ -14,7 +14,19 @@ "watch": "tsc --watch", "prepublishOnly": "npm run build" }, - "author": ".", + "author": "Manuel Heidrich", + "contributors": [ + { + "name": "Manuel Heidrich", + "email": "manuel@heidrich.dev", + "url": "https://www.manuel-heidrich.dev" + }, + { + "name": "prototype.berlin GmbH", + "email": "info@prototype.berlin", + "url": "https://www.prototype.berlin" + } + ], "license": "MIT", "devDependencies": { "@capacitor/core": "^2.4.7",