Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
fix(dep-bump): switch to @hexonet/semantic-release-whmcs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Sep 17, 2019
1 parent 95591b5 commit 7a31e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
]
}
],
"semantic-release-whmcs"
"@hexonet/semantic-release-whmcs"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.2",
"semantic-release": "^15.13.18",
"semantic-release-whmcs": "^1.0.4"
"@hexonet/semantic-release-whmcs": "^1.0.7"
},
"scripts": {
"codeFix": "phpcbf --standard=PSR2 -q --ignore=\"*/vendor/*\" modules",
"codeCheck": "phpcs --standard=PSR2 -q -n --colors --ignore=\"*/vendor/*\" modules"
}
}
}

0 comments on commit 7a31e5d

Please sign in to comment.