Skip to content

Commit

Permalink
chore: Add description & repository field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2021
1 parent 054e5fd commit c0e42a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -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/*",
Expand Down

0 comments on commit c0e42a5

Please sign in to comment.