@pluralsight/react-utils
Advanced tools
Comparing version 0.7.1-next-41d886 to 0.7.1-next-41e89e
{ | ||
"name": "@pluralsight/react-utils", | ||
"version": "0.7.1-next-41d886", | ||
"version": "0.7.1-next-41e89e", | ||
"description": "A set of React custom hooks for Pando.", | ||
@@ -5,0 +5,0 @@ "browserslist": "> 0.25%, not dead", |
@@ -30,3 +30,3 @@ # React utils | ||
This project uses bun so there are no setup commands needed. If you get any errors, you may need to run an initial `bun install` or ensure you are using Node >= 18. | ||
This project uses pnPm so there are no setup commands needed. If you get any errors, you may need to run an initial `pnpm install` or ensure you are using Node >= 18. | ||
@@ -40,3 +40,3 @@ ## Development | ||
```bash | ||
bun run start:sandbox | ||
pnpm run start:sandbox | ||
``` | ||
@@ -49,3 +49,3 @@ | ||
```bash | ||
bun test packages/react-utils/tests | ||
pnpm test packages/react-utils/tests | ||
``` | ||
@@ -52,0 +52,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247878