Skip to content

Commit

Permalink
feat: add repository property to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-bak committed Nov 20, 2023
1 parent bd3a682 commit 16b483f
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 @@ -10,6 +10,10 @@
"files": [
"*"
],
"repository": {
"type": "git",
"url": "git://github.com/TheSoftwareHouse/tsh-frontend-components-catalog.git"
},
"scripts": {
"test": "jest --passWithNoTests",
"lint": "eslint \"./packages/**/*.{ts,tsx}\" && stylelint --allow-empty-input \"./packages/**/*.{css,pcss,scss}\" && echo \"lint success\"",
Expand Down

0 comments on commit 16b483f

Please sign in to comment.