@clickhouse/click-ui 0.1.0-rc.71 → 0.1.0-rc.72

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 (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.1.0-rc.71",
3
+ "version": "0.1.0-rc.72",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -330,7 +330,6 @@
330
330
  "generate:tokens": "node ./.scripts/js/generate-tokens.js && yarn format:fix src/theme/tokens/**/*.ts",
331
331
  "lint": "eslint src --report-unused-disable-directives",
332
332
  "lint:fix": "eslint src --report-unused-disable-directives --fix",
333
- "postinstall": ".scripts/package-linker",
334
333
  "prepare": "husky",
335
334
  "prettify": "yarn format:fix",
336
335
  "preview": "vite preview",