react-select-media-devices-modal 0.0.3 → 0.0.5

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 +5 -1
  2. package/package.json +7 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ A React component library for select media devices.
6
6
 
7
7
  - Select audio input, audio output, and video input device.
8
8
 
9
+ ## Demo
10
+
11
+ [https://kadoshita.github.io/react-select-media-devices-modal/example/](https://kadoshita.github.io/react-select-media-devices-modal/example/)
12
+
9
13
  ## Installation
10
14
 
11
15
  ```shell
@@ -75,7 +79,7 @@ export default App;
75
79
 
76
80
  ## LICENSE
77
81
 
78
- [MIT](./LICENSE)
82
+ [MIT](https://github.com/kadoshita/react-select-media-devices-modal/blob/master/LICENSE)
79
83
 
80
84
  ## Author
81
85
 
package/package.json CHANGED
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "react-select-media-devices-modal",
3
3
  "description": "A React component library for select media devices",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/kadoshita/react-select-media-devices-modal.git"
9
+ },
10
+ "homepage": "https://kadoshita.github.io/react-select-media-devices-modal/",
11
+ "bugs": "https://github.com/kadoshita/react-select-media-devices-modal/issues",
6
12
  "main": "./dist/react-select-media-devices-modal.umd.js",
7
13
  "module": "./dist/react-select-media-devices-modal.mjs",
8
14
  "types": "./dist/types/index.d.ts",