Skip to content

Commit 64b8b47

Browse files
Make dist-lib a package entry
1 parent a35a06d commit 64b8b47

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
@@ -2,7 +2,7 @@
22
"name": "install-cli-action",
33
"version": "2.0.0",
44
"description": "Install 1Password CLI into your GitHub Actions jobs",
5-
"main": "dist/index.js",
5+
"main": "dist-lib/index.js",
66
"type": "module",
77
"types": "dist-lib/index.d.ts",
88
"exports": {

0 commit comments

Comments
 (0)