From b5a9336d7a94c8bfc8322114dcd4e3d831d11220 Mon Sep 17 00:00:00 2001 From: extrimov Date: Sun, 25 Apr 2021 19:22:59 +0300 Subject: [PATCH] Correcting the path to the file index.js for NodeJS 16.0.0 --- 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" },