Updated scripts and config to replace "master" with "main" branch (#21768)

This commit is contained in:
Brian Vaughn
2021-06-29 14:26:24 -04:00
committed by GitHub
parent cae635054e
commit d483463bc8
34 changed files with 65 additions and 65 deletions

View File

@@ -18,7 +18,7 @@ const babylonOptions = {
// As a parser, babylon has its own options and we can't directly
// import/require a babel preset. It should be kept **the same** as
// the `babel-plugin-syntax-*` ones specified in
// https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js
// https://github.com/facebook/fbjs/blob/main/packages/babel-preset-fbjs/configure.js
plugins: [
'classProperties',
'flow',