@pluralsight/headless-styles
Advanced tools
Comparing version 0.7.1-next-c2095b to 0.7.1-next-c5735e
{ | ||
"name": "@pluralsight/headless-styles", | ||
"version": "0.7.1-next-c2095b", | ||
"version": "0.7.1-next-c5735e", | ||
"description": "Javascript library of accessibility and style helpers for the Pando Design System.", | ||
@@ -5,0 +5,0 @@ "author": "Design System Team", |
@@ -32,3 +32,3 @@ # Headless Styles | ||
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. | ||
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. | ||
@@ -42,3 +42,3 @@ ## Development | ||
```bash | ||
pnpm start:sandbox | ||
bun run start:sandbox | ||
``` | ||
@@ -51,3 +51,3 @@ | ||
```bash | ||
pnpm test | ||
bun test packages/headless-styles/tests | ||
``` | ||
@@ -54,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
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
572815