From a46601ed407c14fa96d41befc97d888aea9cd93d Mon Sep 17 00:00:00 2001 From: Yash Kumar Verma Date: Wed, 10 Mar 2021 23:33:39 +0530 Subject: [PATCH] fix(npm): change main entry to caracal.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 009f01f..832f555 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "Caracal", "version": "1.0.0", "description": "Conslidated Backend, Auth, and Security Services", - "main": "index.js", + "main": "caracal.js", "scripts": { "test": "mocha test/* --exit", "lint": "eslint *.js handlers/*.js test/**/*.js",