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

Commit

Permalink
fix(npm): fixed type in npm devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Sep 17, 2019
1 parent 103f7ee commit 43cf65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
],
"devDependencies": {
"semantic-release": "^15.13.18",
"@hexonet/semantic-release-githib-whmcs-config": "^1.0.0"
"@hexonet/semantic-release-github-whmcs-config": "^1.0.0"
},
"scripts": {
"codeCheck": "phpcs --ignore=\"*/vendor/*\" --standard=PSR2 -q -n --colors *.php templates tests",
Expand Down

0 comments on commit 43cf65f

Please sign in to comment.