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 3624d04 commit ce66c60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -30,5 +30,8 @@
"ts-jest": "^28.0.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
},
"files": [
"dist/**/*.js"
]
}

0 comments on commit ce66c60

Please sign in to comment.