Skip to content

Commit

Permalink
chore: update LICENSE date, maintainer email, settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Apr 15, 2024
1 parent 3c48f15 commit 6c0d0e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"json.schemas": [
{
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Vladislav Mamon
Copyright (c) 2024 Vladislav Mamon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
],
"author": {
"name": "Vladislav Mamon",
"email": "[email protected]"
"email": "[email protected]"
},
"contributors": [
"Vladislav Mamon <[email protected]>",
"Vladislav Mamon <[email protected]>",
"Danil Tarasov <[email protected]>"
],
"license": "MIT",
Expand Down

0 comments on commit 6c0d0e5

Please sign in to comment.