skillgrid 0.0.18-alpha.20250911T13103 → 0.0.22

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 +3 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillgrid",
3
- "version": "0.0.18-alpha.20250911T13103",
3
+ "version": "0.0.22",
4
4
  "description": "Skillgrid Components Library",
5
5
  "keywords": [
6
6
  "react",
@@ -33,7 +33,6 @@
33
33
  "dev": "vite",
34
34
  "build": "vite build",
35
35
  "type-check": "tsc",
36
- "prepublish": "npm run build",
37
36
  "format": "prettier --write .",
38
37
  "lint": "eslint . --ext .ts,.tsx",
39
38
  "lint:fix": "eslint . --ext .ts,.tsx --fix",
@@ -41,7 +40,6 @@
41
40
  "lint:css:fix": "stylelint **/*.css --fix",
42
41
  "lint:fix:all": "npm run lint:fix && npm run lint:css:fix",
43
42
  "preview": "vite preview",
44
- "prepare": "husky",
45
43
  "skillgrid": "tsx scripts/generators/index.ts",
46
44
  "test:generators": "vitest run scripts/generators/tests",
47
45
  "storybook": "storybook dev -p 6006",
@@ -54,15 +52,7 @@
54
52
  "docs:dev": "vitepress dev docs",
55
53
  "docs:build": "vitepress build docs",
56
54
  "docs:preview": "vitepress preview docs",
57
- "docs": "yarn docs:dev",
58
- "version:major": "node ./scripts/publish/version.js major",
59
- "version:minor": "node ./scripts/publish/version.js minor",
60
- "version:patch": "node ./scripts/publish/version.js patch",
61
- "publish:current": "node ./scripts/publish/publish.js current",
62
- "publish:alpha": "node ./scripts/publish/publish.js alpha",
63
- "publish:beta": "node ./scripts/publish/publish.js beta",
64
- "publish:next": "node ./scripts/publish/publish.js next",
65
- "publish:latest": "node ./scripts/publish/publish.js latest"
55
+ "docs": "yarn docs:dev"
66
56
  },
67
57
  "devDependencies": {
68
58
  "@eslint/js": "^9.25.0",
@@ -144,4 +134,4 @@
144
134
  "wrap-ansi": "7.0.0",
145
135
  "cliui": "7.0.4"
146
136
  }
147
- }
137
+ }