We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed29f86 commit e75173aCopy full SHA for e75173a
2 files changed
.changeset/config.json
@@ -4,7 +4,7 @@
4
"commit": false,
5
"fixed": [],
6
"linked": [],
7
- "access": "restricted",
+ "access": "public",
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
"ignore": ["@kata-framework/cli"]
packages/kata-cli/package.json
@@ -3,9 +3,9 @@
3
"version": "0.0.1",
"type": "module",
"bin": {
- "kata": "./dist/index.mjs"
+ "kata": "./dist/index.js"
},
- "main": "./dist/index.mjs",
+ "main": "./dist/index.js",
"files": [
"dist"
11
],
0 commit comments