Skip to content

Commit af1bbdb

Browse files
authored
Update package.json
So, there were a few issues with Node >17 and storybookjs (storybookjs/storybook#16623) that was causing errors on build, similarly to preactjs/preact#3745. It was fixed in the same way by react: facebook/react#22954
1 parent febe0e8 commit af1bbdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"module": "./jsx-runtime.mjs",
3535
"import": "./jsx-runtime.mjs",
3636
"require": "./jsx-runtime.js"
37-
}
37+
},
38+
"./package.json": "./package.json"
3839
},
3940
"repository": "preactjs/compat-alias-package",
4041
"author": "Preact Team <team@preactjs.com>",

0 commit comments

Comments
 (0)