Skip to content

Commit 5a08aee

Browse files
fix: package type CJS for more compatibility
1 parent 2e82594 commit 5a08aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-rxjs-x",
3-
"type": "module",
3+
"type": "commonjs",
44
"version": "0.1.0",
55
"packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d",
66
"description": "ESLint v9+ plugin for RxJS",
@@ -33,7 +33,7 @@
3333
}
3434
}
3535
},
36-
"main": "./dist/index.mjs",
36+
"main": "./dist/index.cjs",
3737
"module": "./dist/index.mjs",
3838
"types": "./dist/index.d.ts",
3939
"files": [

0 commit comments

Comments
 (0)