react-app-polyfill 1.0.0 → 1.0.1

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/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add react-app-polyfill
19
19
 
20
20
  ## Supporting Internet Explorer
21
21
 
22
- You can import the entry point for the minimal version you intend to support to ensure that the minimum langauge features are present that are required to use Create React App. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.
22
+ You can import the entry point for the minimal version you intend to support to ensure that the minimum language features are present that are required to use Create React App. For example, if you import the IE9 entry point, this will include IE10 and IE11 support.
23
23
 
24
24
  These modules ensure the following language features are present:
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-app-polyfill",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Polyfills for various browsers including commonly used language features",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,6 +27,5 @@
27
27
  "raf": "3.4.1",
28
28
  "regenerator-runtime": "0.13.2",
29
29
  "whatwg-fetch": "3.0.0"
30
- },
31
- "gitHead": "265c1592dcf3853122dcdd50e1bfc1e43f697fbe"
30
+ }
32
31
  }