Skip to content

Commit 1062cb5

Browse files
committed
chore: sets package type to 'module'
1 parent 610bcf2 commit 1062cb5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.c8rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extensions": [".ts", ".mts", ".js", ".mjs"],
99
"exclude": [
1010
".eslintrc.js",
11-
".mocharc.js",
11+
".mocharc.cjs",
1212
"**/*.d.ts",
1313
"**/*.d.mts",
1414
"coverage/**/*",
File renamed without changes.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "state-machine-cat",
33
"version": "12.0.23",
44
"description": "write beautiful state charts",
5+
"type": "module",
56
"main": "./dist/index.mjs",
67
"module": "./dist/index.mjs",
78
"exports": {

0 commit comments

Comments
 (0)