Skip to content

Commit

Permalink
[Fax] Make react-markup publishable via scripts (#30722)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 16, 2024
1 parent 5edbe29 commit 1eaccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const stablePackages = {
// These packages do not exist in the @canary or @latest channel, only
// @experimental. We don't use semver, just the commit sha, so this is just a
// list of package names instead of a map.
const experimentalPackages = [];
const experimentalPackages = ['react-markup'];

module.exports = {
ReactVersion,
Expand Down

0 comments on commit 1eaccd8

Please sign in to comment.