react-app-polyfill 0.2.1 → 0.2.2

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/LICENSE CHANGED
File without changes
package/README.md CHANGED
@@ -19,13 +19,13 @@ Each polyfill ensures the following language features are present:
19
19
 
20
20
  First, install the package using Yarn or npm:
21
21
 
22
- ```bash
22
+ ```sh
23
23
  npm install react-app-polyfill
24
24
  ```
25
25
 
26
26
  or
27
27
 
28
- ```bash
28
+ ```sh
29
29
  yarn add react-app-polyfill
30
30
  ```
31
31
 
package/ie11.js CHANGED
File without changes
package/ie9.js CHANGED
File without changes
package/jsdom.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-polyfill",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Polyfills for various browsers including commonly used language features",
5
5
  "repository": "facebook/create-react-app",
6
6
  "license": "MIT",