Skip to content

Commit d1f3a49

Browse files
committed
add back my user as an owner
I changed my GitHub username from hofmmaxi to maxiicodes a couple of weeks ago This adds my new username as an owner to the packages I created
1 parent 5b58c89 commit d1f3a49

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

types/arc4/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"dependencies": {
1212
"@types/node": "*"
1313
},
14-
"owners": []
14+
"owners": [
15+
{
16+
"name": "Maximilian Hofmann",
17+
"githubUsername": "maxiicodes"
18+
}
19+
]
1520
}

types/exaroton/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"devDependencies": {
1414
"@types/exaroton": "workspace:."
1515
},
16-
"owners": []
16+
"owners": [
17+
{
18+
"name": "Maximilian Hofmann",
19+
"githubUsername": "maxiicodes"
20+
}
21+
]
1722
}

0 commit comments

Comments
 (0)