mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
[Fax] Make react-markup publishable via scripts (#30722)
This commit is contained in:
committed by
GitHub
parent
5edbe29dbe
commit
1eaccd8285
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user