From f323d9626b2da4d0b9d8a0e6853b82895ccdae35 Mon Sep 17 00:00:00 2001 From: Gustavo Ramos Rehermann Date: Fri, 7 Aug 2020 17:17:35 -0300 Subject: [PATCH] Remove 'browser' field from main jimp package's package.json. (#918) --- packages/jimp/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/jimp/package.json b/packages/jimp/package.json index 6f720e4f6..8578882d7 100644 --- a/packages/jimp/package.json +++ b/packages/jimp/package.json @@ -4,7 +4,6 @@ "description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies)", "main": "dist/index.js", "module": "es/index.js", - "browser": "browser/lib/jimp.js", "types": "types/index.d.ts", "typesVersions": { ">=3.1.0-0": {