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",