Skip to content

Commit

Permalink
fix module entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Carpenito authored and Joe Carpenito committed Aug 11, 2022
1 parent ba8579b commit 3624d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3624d04

Please sign in to comment.