From ac0a0b802e8f00a6e4ebac35f26266a229d249d7 Mon Sep 17 00:00:00 2001 From: Ivan Antunes Date: Mon, 8 Jan 2024 16:44:44 -0300 Subject: [PATCH] remove module package --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index cee0b7a..5eab4f4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "bin": "lib/index.js", "main": "lib/index.js", "types": "lib/index.d.ts", - "type": "module", "scripts": { "postversion": "git push && git push --tags" },