Skip to content

Commit

Permalink
chore: add repository url to analytics package.json gf-375 (#381)
Browse files Browse the repository at this point in the history
* chore: add cd action to publish analytics script to npm gf-375

* chore: add repository url to analytics package.json gf-375
  • Loading branch information
liza-veis authored Sep 18, 2024
1 parent ca45138 commit 7798074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@git-fit/analytics",
"version": "0.0.1",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/BinaryStudioAcademy/bsa-2024-gitfit.git"
},
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
Expand Down

0 comments on commit 7798074

Please sign in to comment.