ui-arreya-components 0.1.8 → 0.1.9

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-arreya-components",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Shared UI components for Arreya applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -24,7 +24,8 @@
24
24
  "dev": "tsup --watch",
25
25
  "lint": "eslint src/",
26
26
  "typecheck": "tsc --noEmit",
27
- "publish:patch": "npm version patch && npm publish"
27
+ "publish:patch": "npm version patch && npm publish",
28
+ "shadcn-add": "npx shadcn@latest add"
28
29
  },
29
30
  "peerDependencies": {
30
31
  "next-themes": "^0.4.0",