Skip to content

Commit 499cee9

Browse files
Drop email from package.json
1 parent 59c3f3f commit 499cee9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"editor.rulers": [100],
44
"editor.tabSize": 2,
55
"editor.codeActionsOnSave": {
6-
"source.fixAll.tslint": true
6+
"source.fixAll.tslint": "explicit"
77
},
88
"search.exclude": {
99
"**/node_modules": true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "monopoly-money",
33
"private": true,
44
"description": "> TODO: description",
5-
"author": "Brent Vollebregt <[email protected]>",
5+
"author": "Brent Vollebregt",
66
"homepage": "https://github.com/brentvollebregt/monopoly-money#readme",
77
"main": "packages/server/build/index.js",
88
"scripts": {

0 commit comments

Comments
 (0)