From 3ee8a8aa61c1d522e7f5f290e405d6ecdc8e9d30 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 5 Jun 2021 18:06:53 +0800 Subject: [PATCH] pkg: update package.json --- packages/board/package.json | 11 +++++++++++ packages/core/package.json | 11 +++++++++++ packages/idraw/package.json | 11 +++++++++++ packages/types/package.json | 8 ++++++++ packages/util/package.json | 11 +++++++++++ 5 files changed, 52 insertions(+) diff --git a/packages/board/package.json b/packages/board/package.json index a734a77..02dacd7 100644 --- a/packages/board/package.json +++ b/packages/board/package.json @@ -9,6 +9,17 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/idrawjs/idraw.git" + }, + "bugs": { + "url": "https://github.com/idrawjs/idraw/issues" + }, + "homepage": "https://github.com/idrawjs/idraw#readme", "author": "chenshenhai", "license": "MIT", "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index dcfc71d..0a20572 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -9,6 +9,17 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/idrawjs/idraw.git" + }, + "bugs": { + "url": "https://github.com/idrawjs/idraw/issues" + }, + "homepage": "https://github.com/idrawjs/idraw#readme", "author": "chenshenhai", "license": "MIT", "devDependencies": { diff --git a/packages/idraw/package.json b/packages/idraw/package.json index aa5db6d..eddd3ef 100644 --- a/packages/idraw/package.json +++ b/packages/idraw/package.json @@ -9,6 +9,17 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/idrawjs/idraw.git" + }, + "bugs": { + "url": "https://github.com/idrawjs/idraw/issues" + }, + "homepage": "https://github.com/idrawjs/idraw#readme", "author": "chenshenhai", "license": "MIT", "devDependencies": { diff --git a/packages/types/package.json b/packages/types/package.json index ecd1a3f..aa3cda4 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -11,6 +11,14 @@ "src", "index.ts" ], + "repository": { + "type": "git", + "url": "git+https://github.com/idrawjs/idraw.git" + }, + "bugs": { + "url": "https://github.com/idrawjs/idraw/issues" + }, + "homepage": "https://github.com/idrawjs/idraw#readme", "publishConfig": { "access": "public" } diff --git a/packages/util/package.json b/packages/util/package.json index cf0c1f6..f79b00a 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -9,6 +9,17 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [ + "dist" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/idrawjs/idraw.git" + }, + "bugs": { + "url": "https://github.com/idrawjs/idraw/issues" + }, + "homepage": "https://github.com/idrawjs/idraw#readme", "author": "chenshenhai", "license": "MIT" }