@parksuhyun9321/use-media-query 1.0.9 → 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 +1 -1
  2. package/package.json +1 -1
package/README.MD CHANGED
@@ -16,7 +16,7 @@
16
16
  - 브라우저 뷰포트에 따른 조건부 렌더링을 위해 사용
17
17
 
18
18
  ### example
19
- - 브라우저 사이즈 가 설정한 maxWidth 보다 클때 Component 를 랜더링 하고 싶을 시
19
+ - 브라우저 사이즈 가 설정한 maxWidth 보다 클때 Component 를 랜더링하고 싶을 시
20
20
 
21
21
  const [isVisible, SetIsVisible] = useState(false);
22
22
  const { isResize } = useMediaQuery(700);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parksuhyun9321/use-media-query",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "pnpm vitest run",