From ab4ece49aa8ef02bfa2802f04a78b1023e693921 Mon Sep 17 00:00:00 2001 From: Daniel Riera Date: Mon, 21 Nov 2022 09:56:24 +0100 Subject: [PATCH] Fix DeprecationWarning: Invalid 'main' field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c93facc..d8b2598 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "objectorarray", "version": "1.0.4", "description": "Is the value an object or an array but not null?", - "main": "dist/index.js", + "main": "index.js", "scripts": { "test": "tape test.js" },