From 8a003e4f8e59d9244f3825a18d28c0b66cddd212 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Wed, 2 Nov 2022 23:58:36 -0700 Subject: [PATCH] don't set type module --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 12303a4..f145860 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "3.0.1", "main": "src/index.js", "browser": "dist/index.js", - "type": "module", "repository": "https://github.com/commaai/comma-api.git", "homepage": "https://api.comma.ai", "license": "MIT",