Skip to content

Commit fae04df

Browse files
committed
set main and bin fields
1 parent 5fc9b01 commit fae04df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "action-deploy-docs",
33
"version": "1.0.0",
44
"description": "github action for the svelte org to deploy documentation to the svelte api",
5-
"main": "dist/main.js",
5+
"main": "dist/cli.js",
6+
"bin": "dist/cli.js",
67
"scripts": {
78
"test": "uvu -r ts-node/register src test.ts$",
89
"build": "rollup -c",

0 commit comments

Comments
 (0)