Skip to content

Commit fcd96e2

Browse files
committed
fix
1 parent be0b21e commit fcd96e2

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
3-
"changelog": ["./changelog-config.cjs", { "repo": "udecode/zustand-x" }],
3+
"changelog": ["./changelog-config", { "repo": "udecode/zustand-x" }],
44
"commit": false,
55
"linked": [["zustand-x"]],
66
"access": "public",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"private": true,
33
"license": "MIT",
4-
"type": "module",
54
"workspaces": [
65
"packages/**"
76
],

0 commit comments

Comments
 (0)