@scbt-ecom/ui 0.81.2 → 0.82.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scbt-ecom/ui",
3
- "version": "0.81.2",
3
+ "version": "0.82.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -61,7 +61,6 @@
61
61
  "cypress:open": "cypress open --component --browser chrome",
62
62
  "cypress-ci": "cypress run --component --browser chrome",
63
63
  "pre-commit": "npm run lint",
64
- "prepare": "lefthook install",
65
64
  "chromatic": "npx chromatic --project-token=chpt_9468dafcf1bf3e3 --only-changed --files='src/stories/**/*.stories.@(tsx)'",
66
65
  "pre-deploy": "npm run lint ",
67
66
  "ts-check": "pnpm exec tsc"