From 30c53636c3a79ae05eef7eac4276fde535237a10 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 12 Sep 2019 16:08:04 +0200 Subject: [PATCH] fix: add extension to main script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5f7325..e9b3e3a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ ], "license": "MIT", "version": "1.2.4", - "main": "./index", + "main": "./index.js", "jsnext:main": "index.mjs", "repository": { "type": "git",