refactor: moved to @kiegroup organization

Starting from v4 the package/project has been moved under @kiegroup
organization.
This commit is contained in:
Andrea Lamparelli 2023-07-06 12:34:01 +02:00
parent 1343ba5ec0
commit 7575463881
11 changed files with 55 additions and 53 deletions

View file

@ -1,5 +1,5 @@
{
"name": "@lampajr/bper",
"name": "@kie/bper",
"version": "3.1.1",
"description": "BPer is a tool to execute automatic git backporting.",
"author": "",
@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/lampajr/backporting.git"
"url": "git+https://github.com/kiegroup/git-backporting.git"
},
"keywords": [
"backporting",
@ -42,9 +42,9 @@
"cherry-pick"
],
"bugs": {
"url": "https://github.com/lampajr/backporting/issues"
"url": "https://github.com/kiegroup/git-backporting/issues"
},
"homepage": "https://github.com/lampajr/backporting#readme",
"homepage": "https://github.com/kiegroup/git-backporting#readme",
"devDependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",