From 70bd8107811e1995e9f92c3d1a7b63f8c02e0e0f Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Sun, 27 Oct 2024 02:34:49 -0500 Subject: [PATCH] fix: add module type to package json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a3d61164..a03de211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "anuraos", "version": "2.0.0", + "type": "module", "description": "webOS that has v86 capabilities and a modular app system", "repository": { "type": "git",