From c0e42a555457adf0a67fbf6a9cfb07977487b252 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 3 Oct 2021 22:09:33 +0800 Subject: [PATCH] chore: Add description & repository field in package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 075460a0..c45dedf9 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,11 @@ "name": "tsbb", "private": true, "license": "MIT", + "description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.", + "repository": { + "type": "git", + "url": "https://github.com/jaywcjlove/tsbb.git" + }, "scripts": { "prepare": "husky install", "build:example": "lerna exec \"npm run build\" --scope @template/*",