babel-preset-react-app 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -4
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1,10 +1,8 @@
1
1
  /**
2
2
  * Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
3
  *
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
8
6
  */
9
7
  'use strict';
10
8
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "babel-preset-react-app",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Babel preset used by Create React App",
5
5
  "repository": "facebookincubator/create-react-app",
6
- "license": "BSD-3-Clause",
6
+ "license": "MIT",
7
7
  "bugs": {
8
8
  "url": "https://github.com/facebookincubator/create-react-app/issues"
9
9
  },