From ce66c609e7411dd3bcae4b11b0813d181ed78704 Mon Sep 17 00:00:00 2001 From: Joe Carpenito Date: Thu, 11 Aug 2022 09:10:47 -0400 Subject: [PATCH] fix module entrypoint --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d737cee..876c250 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@publicissapient/authorizationutil", - "version": "1.2.1", + "version": "1.2.2", "description": "Simplistic authorization management - alternative to heavy (though robust) solutions", "main": "dist/index.js", "scripts": { @@ -30,5 +30,8 @@ "ts-jest": "^28.0.7", "tslib": "^2.4.0", "typescript": "^4.7.4" - } + }, + "files": [ + "dist/**/*.js" + ] }