Skip to content

Commit

Permalink
add maintainers field
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Aug 17, 2024
1 parent d1a1ff7 commit b540d49
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanctumterra/client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Get started by customizing your environment (defined in the .idx/dev.nix file) with the tools and IDE extensions you'll need for your project!",
"main": "index.js",
"type": "commonjs",
Expand All @@ -23,6 +23,12 @@
"ora": "^8.0.1",
"typescript": "^5.5.4"
},
"maintainers": [
{
"name": "SanctumTerra",
"url": "https://github.com/TerraOfficial"
}
],
"dependencies": {
"@sanctumterra/raknet": "^1.0.16",
"@serenityjs/binarystream": "^2.6.6",
Expand Down

0 comments on commit b540d49

Please sign in to comment.