From 298a6f90501f0a0c63d5193f58226909afead46b Mon Sep 17 00:00:00 2001 From: Dev Singh Date: Sun, 8 Jun 2025 19:42:24 -0400 Subject: [PATCH] Patch vitest compatibility --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5103677..4a32c85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "@acm-uiuc/js-shared", - "version": "2.0.2", + "version": "2.1.0", "description": "ACM UIUC Shared JS code", + "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": {