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" }