Skip to content

Commit 66c0262

Browse files
committed
Update side effects
1 parent fe7bf6c commit 66c0262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-router-node/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"./package.json": "./package.json"
2828
},
2929
"sideEffects": [
30-
"./dist/install.js"
30+
"./dist/install.js",
31+
"./dist/install.mjs"
3132
],
3233
"scripts": {
3334
"tsc": "tsc"

0 commit comments

Comments
 (0)