react-language-combobox 1.0.5 → 1.0.6

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # react-language-picker
1
+ # react-language-combobox
2
2
 
3
3
  > Small, accessible React language picker component with optional flags and customizable theme classes.
4
4
 
@@ -8,7 +8,7 @@ Install
8
8
  Install from npm:
9
9
 
10
10
  ```bash
11
- npm install react-language-picker
11
+ npm install react-language-combobox
12
12
  ```
13
13
 
14
14
  Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-language-combobox",
3
3
  "private": false,
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",