Skip to content

Commit 3da5dc7

Browse files
committed
fix: typo in cjs export specification.
1 parent 68592b0 commit 3da5dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"require": {
3131
"types": "./dist/cjs/index.d.cts",
32-
"default": "./dis/cjs/index.js"
32+
"default": "./dist/cjs/index.js"
3333
}
3434
}
3535
},

0 commit comments

Comments
 (0)