From 4a766c66ab61cb4fe985b313689e3d36f3c1252e Mon Sep 17 00:00:00 2001 From: Savas Vedova Date: Thu, 13 Apr 2023 13:01:12 +0300 Subject: [PATCH] Point to the correct file We should point to the correct file otherwise `commonjs` plugin may fail to resolve the module. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e9168c..e6a3ac7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "author": "Raynos ", "repository": "git://github.com/Raynos/function-bind.git", - "main": "index", + "main": "index.js", "homepage": "https://github.com/Raynos/function-bind", "contributors": [ {