Skip to content

Commit

Permalink
adding repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Jan 8, 2025
1 parent 991a711 commit 6820fec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"author": "2am.tech",
"version": "1.0.3",
"license": "MIT",
"repository": {
"url": "https://github.com/2amigos/nest-kit"
},
"scripts": {
"build-npm": "nx run-many -t build-npm",
"publish-all": "nx run-many -t publish",
Expand Down
3 changes: 3 additions & 0 deletions packages/crudx-swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@2amtech/crudx-swagger",
"author": "Antonio Ramirez Cobos <[email protected]> (https://2am.tech/)",
"repository": {
"url": "https://github.com/2amigos/nest-kit"
},
"contributors": [
{
"name": "Jonatas Souza",
Expand Down
3 changes: 3 additions & 0 deletions packages/crudx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@2amtech/crudx",
"author": "Antonio Ramirez Cobos <[email protected]> (https://2am.tech/)",
"repository": {
"url": "https://github.com/2amigos/nest-kit"
},
"contributors": [
{
"name": "Jonatas Souza",
Expand Down
5 changes: 0 additions & 5 deletions packages/crudx/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
"coverage": true
}
}
},
"nx": {
"targets": {
"nx-release-publish": {}
}
}
}
}

0 comments on commit 6820fec

Please sign in to comment.