cyberui-2045 2.0.3 → 2.1.0

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": "cyberui-2045",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "description": "A cyberpunk-themed React UI library with neon-styled components. Also known as CyberUI.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -58,6 +58,7 @@
58
58
  },
59
59
  "homepage": "https://patrickkuei.github.io/CyberUI",
60
60
  "scripts": {
61
+ "postinstall": "node -e \"!process.env.CI && console.log('\\n cyberui-2045 installed\\n\\n AI coding setup \\u2192 npx cyberui-2045 init\\n Docs \\u2192 https://patrickkuei.github.io/CyberUI\\n')\"",
61
62
  "dev": "vite",
62
63
  "build": "vite build --mode library",
63
64
  "build:demo": "vite build",