react-split-pane 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,7 @@ Modern, accessible, TypeScript-first split pane component for React.
4
4
 
5
5
  [![NPM version](https://img.shields.io/npm/v/react-split-pane.svg?style=flat)](https://www.npmjs.com/package/react-split-pane)
6
6
  ![NPM license](https://img.shields.io/npm/l/react-split-pane.svg?style=flat)
7
+ [![NPM downloads](https://img.shields.io/npm/dm/react-split-pane.svg?style=flat)](https://www.npmjs.com/package/react-split-pane)
7
8
  [![Bundle size](https://img.shields.io/bundlephobia/minzip/react-split-pane)](https://bundlephobia.com/package/react-split-pane)
8
9
 
9
10
  **[Live Examples](https://tomkp.github.io/react-split-pane)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-split-pane",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "React split-pane component with hooks and TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",