Skip to content

Commit

Permalink
docs: add links to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 24, 2024
1 parent e77751e commit cb5ec39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"files": [
"dist/**/*"
],
"homepage": "https://github.com/i-am-bee/bee-agent-framework#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/i-am-bee/bee-agent-framework.git"
},
"bugs": {
"url": "https://github.com/i-am-bee/bee-agent-framework/issues"
},
"scripts": {
"clean": "rimraf dist",
"build": "yarn clean && yarn ts:check && tsup",
Expand Down

0 comments on commit cb5ec39

Please sign in to comment.