From f6ac8aa48c7e677a783009393f794e270895df96 Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Sat, 24 Apr 2021 17:53:14 +0200 Subject: [PATCH] Remove wrong "main" and default to root index.js --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c93facc..287a88f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "objectorarray", "version": "1.0.4", "description": "Is the value an object or an array but not null?", - "main": "dist/index.js", "scripts": { "test": "tape test.js" },