Skip to content

Commit

Permalink
chore: add homepage, repo, bugs to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MKRhere committed Mar 9, 2023
1 parent 89a3c16 commit 24554f5
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 @@ -3,6 +3,14 @@
"version": "2.0.0-beta.4",
"description": "Session store adapters for Telegraf",
"main": "./memory.js",
"homepage": "https://github.com/telegraf/session",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/telegraf/session.git"
},
"bugs": {
"url": "https://github.com/telegraf/session/issues"
},
"scripts": {
"clean": "rimraf ./*.js ./*.d.ts",
"prepare": "rimraf ./*.js ./*.d.ts && tsc"
Expand Down

0 comments on commit 24554f5

Please sign in to comment.