Skip to content

Commit

Permalink
Drop email from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvollebregt committed May 18, 2024
1 parent 59c3f3f commit 499cee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.rulers": [100],
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.tslint": true
"source.fixAll.tslint": "explicit"
},
"search.exclude": {
"**/node_modules": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monopoly-money",
"private": true,
"description": "> TODO: description",
"author": "Brent Vollebregt <[email protected]>",
"author": "Brent Vollebregt",
"homepage": "https://github.com/brentvollebregt/monopoly-money#readme",
"main": "packages/server/build/index.js",
"scripts": {
Expand Down

0 comments on commit 499cee9

Please sign in to comment.