Skip to content

Commit

Permalink
fix: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and dword-design committed Jun 14, 2021
1 parent 7bb75a9 commit cbe1441
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
13 changes: 2 additions & 11 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@
},
"packageRules": [
{
"packagePatterns": [
"*"
],
"semanticCommitType": "chore"
},
{
"depTypeList": [
"dependencies",
"devDependencies",
"peerDependencies",
"optionalDependencies"
"matchPaths": [
"package.json"
],
"semanticCommitType": "fix"
}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Unless stated otherwise all works are:

Copyright &copy; Sebastian Landwehr <info@dword-design.de>
Copyright &copy; Sebastian Landwehr <info@sebastianlandwehr.com>

and licensed under:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": "dword-design/chdir",
"funding": "https://www.buymeacoffee.com/dword",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"main": "dist/index.js",
"files": [
"dist"
Expand Down

0 comments on commit cbe1441

Please sign in to comment.