Skip to content

Commit cae277c

Browse files
committed
Fixes incorrect main entrypoint
1 parent 934b10d commit cae277c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.2.3",
44
"description": "GitHub Action to Login to a tenant using CLI for Microsoft 365",
55
"license": "MIT",
6-
"main": "lib/main.js",
6+
"main": "dist/index.js",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/pnp/action-cli-login.git"

0 commit comments

Comments
 (0)