diff --git a/src/targets/react-dom.production.min.js b/src/targets/react-dom.production.min.js index f0229f1..e7b2532 100644 --- a/src/targets/react-dom.production.min.js +++ b/src/targets/react-dom.production.min.js @@ -1,8 +1,8 @@ import React from 'react'; /** @license React v@@version@@ - * react-dom.development.js + * react-dom.production.min.js * - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/src/targets/react.production.min.js b/src/targets/react.production.min.js index 18d3a47..304f1ee 100644 --- a/src/targets/react.production.min.js +++ b/src/targets/react.production.min.js @@ -1,7 +1,7 @@ /** @license React v@@version@@ - * react.development.js + * react.production.min.js * - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.