Skip to content

Commit e75173a

Browse files
committed
fix: set npm access to public, fix cli bin path
1 parent ed29f86 commit e75173a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": ["@kata-framework/cli"]

packages/kata-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"type": "module",
55
"bin": {
6-
"kata": "./dist/index.mjs"
6+
"kata": "./dist/index.js"
77
},
8-
"main": "./dist/index.mjs",
8+
"main": "./dist/index.js",
99
"files": [
1010
"dist"
1111
],

0 commit comments

Comments
 (0)