Skip to content

Commit

Permalink
more package.json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdleveille committed Oct 30, 2024
1 parent 10677ed commit f462270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "discit-api",
"version": "3.0.0",
"description": "Fully type-safe \"MERB\" stack monorepo project template. Bun/Express/Mongo on the backend, React on the frontend, with Socket.IO bridging the gap.",
"description": "RESTful API for disc golf discs.",
"author": "Chris Leveille <cdleveille@gmail.com",
"license": "MIT",
"module": "./src/server/index.ts",
"module": "./src/index.ts",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit f462270

Please sign in to comment.