Skip to content

Commit a088b2c

Browse files
committed
Add "type": "module" to package.json
1 parent f75f185 commit a088b2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rtk-codemods/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@reduxjs/rtk-codemods",
33
"version": "0.1.1",
4+
"type": "module",
45
"scripts": {
56
"lint": "eslint .",
67
"test": "vitest --run",

0 commit comments

Comments
 (0)