From 10677ed4c5215da2b6b1806fa84d2dd1b7902c75 Mon Sep 17 00:00:00 2001 From: Chris Leveille Date: Tue, 29 Oct 2024 23:45:09 -0400 Subject: [PATCH] fixed package name and added version --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d73d0aa..b282b12 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "fullstack-bun", + "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.", "author": "Chris Leveille