Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thiagojedi committed Oct 4, 2022
1 parent febe0e8 commit af1bbdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"module": "./jsx-runtime.mjs",
"import": "./jsx-runtime.mjs",
"require": "./jsx-runtime.js"
}
},
"./package.json": "./package.json"
},
"repository": "preactjs/compat-alias-package",
"author": "Preact Team <team@preactjs.com>",
Expand Down

0 comments on commit af1bbdb

Please sign in to comment.