react-window 2.2.0-alpha.0 → 2.2.0

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 +0 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,16 +28,6 @@ npm install react-window
28
28
 
29
29
  Documentation for this project is available at [react-window.vercel.app](https://react-window.vercel.app/).
30
30
 
31
- Each release also ships with its own copy of the documentation (in the `docs` folder) which can be viewed by running:
32
-
33
- ```sh
34
- # From the package directory
35
- npx serve -s docs
36
-
37
- # Or as an NPM-installed dependency
38
- npx serve -s ./node_modules/react-window/docs
39
- ```
40
-
41
31
  > **Note**: Older version 1.x documentation can be found at [react-window-v1.vercel.app](https://react-window-v1.vercel.app/) or on the NPM page for a specific version, e.g. [1.8.11](https://www.npmjs.com/package/react-window/v/1.8.11).)
42
32
 
43
33
  ## TypeScript types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-window",
3
- "version": "2.2.0-alpha.0",
3
+ "version": "2.2.0",
4
4
  "type": "module",
5
5
  "author": "Brian Vaughn <brian.david.vaughn@gmail.com> (https://github.com/bvaughn/)",
6
6
  "contributors": [