From 969fae4ddc090795d772c2ed267256521f3de097 Mon Sep 17 00:00:00 2001 From: Vikas Gautam Date: Wed, 23 Jun 2021 16:13:02 +0530 Subject: [PATCH] Updated Invalid main field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3363482c..47a15b74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "multi-hashing", "version": "1.0.0", - "main": "multihashing", + "main": "index.js", "author": { "name": "Matthew Little", "email": "zone117x@gmail.com"