react-is 16.8.0-alpha.1 → 16.8.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.
package/README.md CHANGED
@@ -17,6 +17,7 @@ npm install react-is
17
17
  ### Determining if a Component is Valid
18
18
 
19
19
  ```js
20
+ import React from "react";
20
21
  import * as ReactIs from "react-is";
21
22
 
22
23
  class ClassComponent extends React.Component {
package/build-info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "branch": "pull/14602",
3
- "buildNumber": "13042",
4
- "checksum": "6388c7d",
5
- "commit": "f8aba411f",
2
+ "branch": "pull/14902",
3
+ "buildNumber": "13558",
4
+ "checksum": "9da4ab1",
5
+ "commit": "29b7b775f",
6
6
  "environment": "ci",
7
- "reactVersion": "16.7.0-canary-f8aba411f"
7
+ "reactVersion": "16.8.2-canary-29b7b775f"
8
8
  }
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.1
1
+ /** @license React v16.8.3
2
2
  * react-is.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.1
1
+ /** @license React v16.8.3
2
2
  * react-is.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "react-is",
3
- "version": "16.8.0-alpha.1",
3
+ "version": "16.8.3",
4
4
  "description": "Brand checking of React Elements.",
5
5
  "main": "index.js",
6
- "repository": "facebook/react",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/facebook/react.git",
9
+ "directory": "packages/react-is"
10
+ },
7
11
  "keywords": [
8
12
  "react"
9
13
  ],
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.1
1
+ /** @license React v16.8.3
2
2
  * react-is.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v16.8.0-alpha.1
1
+ /** @license React v16.8.3
2
2
  * react-is.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.