From 4284771c6e416139d086c9665263877913ff6739 Mon Sep 17 00:00:00 2001 From: 1000ch Date: Wed, 10 Nov 2021 14:46:46 +0900 Subject: [PATCH] Specify exports field --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0d2647b..d5c322a 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "license": "MIT", "repository": "imagemin/optipng-bin", "type": "module", + "exports": "./index.js", "bin": { "optipng": "cli.js" },