From c9eda99881852876af220de04301f4cacbdad80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ro=C5=BCek?= Date: Tue, 19 Mar 2024 16:50:28 +0100 Subject: [PATCH] fix: remove type from package.json (#50) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 816c644..71187d1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "url": "https://github.com/stoplightio/path" }, "license": "Apache-2.0", - "type": "commonjs", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",