Skip to content

Commit ae16124

Browse files
committed
[Fax] Make react-markup publishable via scripts
1 parent 8b08ee0 commit ae16124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactVersions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const stablePackages = {
5252
// These packages do not exist in the @canary or @latest channel, only
5353
// @experimental. We don't use semver, just the commit sha, so this is just a
5454
// list of package names instead of a map.
55-
const experimentalPackages = [];
55+
const experimentalPackages = ['react-markup'];
5656

5757
module.exports = {
5858
ReactVersion,

0 commit comments

Comments
 (0)