Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Jan 26, 2025
1 parent 9675802 commit 64ba943
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# adonix
Official repository for HackIllinois API redesign.
HackIllinois' backend API

## Installation

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "adonix",
"version": "6.3.3",
"description": "Official repository for API redesign.",
"description": "HackIllinois' backend API",
"keywords": [],
"author": "Aydan Pirani <[email protected]>",
"license": "MIT",
"main": "api/index.js",
"type": "commonjs",
"scripts": {
Expand All @@ -19,9 +22,6 @@
"start": "node --enable-source-maps out/index.js",
"serve": "tsc-watch --onSuccess \"node --enable-source-maps out/index.js\""
},
"keywords": [],
"author": "Aydan Pirani <[email protected]>",
"license": "ISC",
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.1.1",
"@aws-sdk/client-s3": "^3.496.0",
Expand Down

0 comments on commit 64ba943

Please sign in to comment.