Skip to content

Commit

Permalink
chore: add repository field to package.json (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Nov 28, 2024
1 parent 29b85ac commit 7e3e538
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Simple toolkit for your Node.js apps and scripts",
"license": "MIT",
"author": "Gravity UI Team",
"repository": {
"type": "git",
"url": "https://github.com/gravity-ui/nodekit"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 7e3e538

Please sign in to comment.