@goliapkg/gds 0.1.1 → 0.1.2

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 +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goliapkg/gds",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "GOLIA Design System — enterprise-grade UI component library with contextual depth, glass materials, AI-native structure, and 10 design principles",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -63,10 +63,7 @@
63
63
  "build:lib": "vite build --config vite.config.lib.ts",
64
64
  "build:types": "tsc -p tsconfig.build.json",
65
65
  "build:css": "cp src/l0-tokens/tokens.css dist/tokens.css && cp src/l0-tokens/fonts.css dist/fonts.css && cp -r src/l0-tokens/fonts dist/fonts",
66
- "prepublishOnly": "bun run check && bun run build",
67
- "release": "bun run prepublishOnly && npm publish",
68
- "check": "bun run test && bun run typecheck && bun run lint",
69
- "precommit": "bun run check"
66
+ "check": "bun run test && bun run typecheck && bun run lint"
70
67
  },
71
68
  "peerDependencies": {
72
69
  "react": ">=19.0.0",