@nextui-org/use-is-mounted
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@nextui-org/use-is-mounted", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "This hook can be used to render client-based components or run client logic", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"build": "tsup src --dts", | ||
"dev": "yarn build:fast -- --watch", | ||
"dev": "pnpm build:fast --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -54,0 +54,0 @@ "typecheck": "tsc --noEmit", |
@@ -21,5 +21,5 @@ # @nextui-org/use-is-mounted | ||
## Licence | ||
## License | ||
This project is licensed under the terms of the | ||
[MIT license](https://github.com/nextui-org/nextui/blob/master/LICENSE). |
5834