From b8990f4718329199641d66dc3905d855aa680afd Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 11 Jan 2019 21:21:18 +0100 Subject: Update package.json --- packages/typings/package.json | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'packages/typings') diff --git a/packages/typings/package.json b/packages/typings/package.json index bdf2e4f37..ced257ce4 100644 --- a/packages/typings/package.json +++ b/packages/typings/package.json @@ -1,8 +1,21 @@ { "name": "@meetfranz/typings", "version": "0.0.0", - "description": "Typescript type roots for internal and external projects", - "license": "Apache-2.0", + "description": "TypeScript typings for internal and external projects", "author": "Stefan Malzner ", - "homepage": "https://github.com/meetfranz/franz" + "homepage": "https://github.com/meetfranz/franz", + "license": "Apache-2.0", + "directories": { + "types": "types" + }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/meetfranz/franz.git" + }, + "bugs": { + "url": "https://github.com/meetfranz/franz/issues" + } } -- cgit v1.2.3-70-g09d2