We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4943958 commit f0c2190Copy full SHA for f0c2190
.changeset/soft-baboons-hunt.md
@@ -0,0 +1,6 @@
1
+---
2
+'codama': patch
3
+'@codama/errors': patch
4
5
+
6
+Fix wrong bin CLI path in package.json
packages/errors/package.json
@@ -23,7 +23,7 @@
23
"react-native": "./dist/index.react-native.mjs",
24
"types": "./dist/types/index.d.ts",
25
"type": "commonjs",
26
- "bin": "./bin/cli.mjs",
+ "bin": "./bin/cli.cjs",
27
"files": [
28
"./bin",
29
"./dist/types",
packages/library/package.json
@@ -26,7 +26,7 @@
30
31
32
0 commit comments