Skip to content

Commit 826660b

Browse files
authored
fix: add explicit type module to package.json (#197)
1 parent 814c0b0 commit 826660b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"private": true,
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"license": "MIT",
55
"description": "This package.json is here purely to control the version of the Action, in combination with https://github.com/JamesHenry/publish-shell-action",
6+
"type": "module",
67
"scripts": {
78
"build": "bun build ./nx-set-shas.ts --outdir ./dist --target node",
89
"prepare": "is-ci || husky",

0 commit comments

Comments
 (0)