Skip to content

Commit 559441a

Browse files
committed
chore: update package.json to include .cjs files in the files array
1 parent 2572da9 commit 559441a

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
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"files": [
25-
"**/*.js",
25+
"**/*.cjs",
2626
"**/*.mjs",
2727
"**/*.d.ts"
2828
],

0 commit comments

Comments
 (0)