From 3624d04883b39fc0d1f7e0ac299a3b45414e0af3 Mon Sep 17 00:00:00 2001 From: Joe Carpenito Date: Thu, 11 Aug 2022 09:02:56 -0400 Subject: [PATCH] fix module entrypoint --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9dd0e0a..d737cee 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@publicissapient/authorizationutil", - "version": "1.2.0", + "version": "1.2.1", "description": "Simplistic authorization management - alternative to heavy (though robust) solutions", - "main": "src/index.js", + "main": "dist/index.js", "scripts": { "bundle": "rollup -c rollup.config.js", "test": "npx jest",