custome-modal 1.0.8 → 1.0.10

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 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -90,7 +90,6 @@ export default function Example() {
90
90
 
91
91
  - `openModal()` - open the modal.
92
92
  - `closeModal()` - close the modal.
93
- - `setOpen(value: boolean)` - set open state directly.
94
93
 
95
94
  ## Notes
96
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "custome-modal",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Custom modal component for react",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -19,6 +19,9 @@
19
19
  "publishConfig": {
20
20
  "@firstzxd:registry": "https://npm.pkg.github.com"
21
21
  },
22
+ "repository": {
23
+ "url": "https://github.com/First1zaza/CustomeModal.git"
24
+ },
22
25
  "files": [
23
26
  "src"
24
27
  ],