Skip to content

Commit

Permalink
feat: add repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Aug 4, 2023
1 parent 321cc23 commit f08724a
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/nx-boot-gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-boot-gradle"
}
}
5 changes: 5 additions & 0 deletions packages/nx-boot-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-boot-maven"
}
}
5 changes: 5 additions & 0 deletions packages/nx-gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-gradle"
}
}
5 changes: 5 additions & 0 deletions packages/nx-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-maven"
}
}
5 changes: 5 additions & 0 deletions packages/nx-micronaut-gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-micronaut-gradle"
}
}
5 changes: 5 additions & 0 deletions packages/nx-micronaut-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-micronaut-maven"
}
}
5 changes: 5 additions & 0 deletions packages/nx-quarkus-gradle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-quarkus-gradle"
}
}
5 changes: 5 additions & 0 deletions packages/nx-quarkus-maven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@
},
"peerDependencies": {
"@nx/devkit": ">=16.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khalilou88/jnxplus.git",
"directory": "packages/nx-quarkus-maven"
}
}

0 comments on commit f08724a

Please sign in to comment.