From 86416b6377a0d8949bb88ca5151ffd126c1cf157 Mon Sep 17 00:00:00 2001 From: Toastie Date: Thu, 3 Oct 2024 00:08:53 +1300 Subject: [PATCH] I forgor to change something --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc1ef65..429c9a4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "https://toastielab.dev/Valkyriecoms/eslint-plugin-valkyriecoms.git", "bugs": "https://toastielab.dev/Valkyriecoms/eslint-plugin-valkyriecoms/issues", - "type": "commonjs", + "type": "module", "main": "index.js", "scripts": { "eslint": "eslint ./**/*.{js,jsx,ts,tsx}"